summaryrefslogtreecommitdiff
path: root/ircext.py
diff options
context:
space:
mode:
Diffstat (limited to 'ircext.py')
-rw-r--r--ircext.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ircext.py b/ircext.py
index 1af2ba8..d8580ad 100644
--- a/ircext.py
+++ b/ircext.py
@@ -125,5 +125,9 @@ class IRCClientExt(SimpleExtension):
def do(self, which_callback, *args):
logger.info('Polling...')
self.irc.reactor.process_once()
+
+ def run_forever(self):
+ self.irc.reactor.process_forever()
+# vim: set sts=4 ts=4 sw=4 tw=0 et :