Oops, forgot an 'or'.

This commit is contained in:
Jeremy Fincher 2003-10-19 14:45:14 +00:00
parent f917053150
commit 37b796ac74
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ class Relay(callbacks.Privmsg):
'has left on ' in text or \
'has joined on ' in text or \
'has quit' in text or \
'was kicked by' in text \
'was kicked by' in text or \
text.startswith('mode change') or \
text.startswith('nick change') or \
text.startswith('topic change')):