mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Oops, forgot an 'or'.
This commit is contained in:
parent
f917053150
commit
37b796ac74
@ -577,7 +577,7 @@ class Relay(callbacks.Privmsg):
|
|||||||
'has left on ' in text or \
|
'has left on ' in text or \
|
||||||
'has joined on ' in text or \
|
'has joined on ' in text or \
|
||||||
'has quit' 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('mode change') or \
|
||||||
text.startswith('nick change') or \
|
text.startswith('nick change') or \
|
||||||
text.startswith('topic change')):
|
text.startswith('topic change')):
|
||||||
|
Loading…
Reference in New Issue
Block a user