From 2f479926c16d2911d0dd878c21de082abfc5b237 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 8 Mar 2016 13:26:28 +0100 Subject: Revive project --- ircext.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ircext.py') 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 : -- cgit v1.2.3