'module' object not callable (Hexchat Plugin)

144 Views Asked by At

Traceback (most recent call last):
   File "<string>", line 23, in isdown
 TypeError: 'module' object is not callable

Not sure what's going on here. I'm very new to Python scripting.

(This is for an IRC client called Hexchat. If you need the whole script, please let me know.)

0

There are 0 best solutions below