diff options
Diffstat (limited to 'reaktor/ircasy.py')
-rw-r--r-- | reaktor/ircasy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reaktor/ircasy.py b/reaktor/ircasy.py index bb9028a..312f074 100644 --- a/reaktor/ircasy.py +++ b/reaktor/ircasy.py @@ -122,7 +122,7 @@ class asybot(asychat): # ERR_NICKNAMEINUSE, retry with another name self.on_nickinuse(prefix, command, params, rest) - elif command == '376': + elif command == '376' or '422': self.on_welcome(prefix, command, params, rest) self.reset_alarm() |