From 455abc0b8a36c765768b5f7a00197496b5e27c85 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Thu, 20 Dec 2012 10:41:31 -0600 Subject: [PATCH] Module: suggest register_handlers() for XML-RPC --- Module.py | 2 ++ 1 file changed, 2 insertions(+) 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,