]> jfr.im git - erebus.git/commitdiff
look for NOTICE pre-registration with source also
authorzonidjan <redacted>
Tue, 20 Aug 2019 21:06:38 +0000 (16:06 -0500)
committerzonidjan <redacted>
Tue, 20 Aug 2019 21:06:38 +0000 (16:06 -0500)
bot.py

diff --git a/bot.py b/bot.py
index e0dd155be0fee9175a444dfe9644a49f013c4bea..61b52163280da8511a06d3f3167bf5d77c8f7f8a 100644 (file)
--- a/bot.py
+++ b/bot.py
@@ -93,6 +93,7 @@ class Bot(object):
                        'ERROR': self._goterror,
                }
                one = { #things to look for after source
+                       'NOTICE': self._gotconnected,
                        '001': self._got001,
                        '376': self._gotRegistered,
                        '422': self._gotRegistered,