diff options
author | Alex Auvolat <alex@adnab.me> | 2016-03-08 13:26:28 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2016-03-08 13:26:28 +0100 |
commit | 2f479926c16d2911d0dd878c21de082abfc5b237 (patch) | |
tree | b399e9ad9af04a9449334dff1a47449808b7ca13 /ircext.py | |
parent | 23093608e0edc43477c3a2ed804ae1016790f7e4 (diff) | |
download | text-rnn-2f479926c16d2911d0dd878c21de082abfc5b237.tar.gz text-rnn-2f479926c16d2911d0dd878c21de082abfc5b237.zip |
Revive project
Diffstat (limited to 'ircext.py')
-rw-r--r-- | ircext.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 : |