diff --git a/Module.py b/Module.py index 5c8bff2..878cf99 100644 --- a/Module.py +++ b/Module.py @@ -70,6 +70,8 @@ class Module(object): common variables and then calls do(). You are free to implement do() (see below), or override this and do whatever you want. + Modules interested in doing so might also register XML-RPC stuff here. + """ self.irc.server.add_global_handler('pubmsg', self.on_pub_or_privmsg,