mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-10-19 02:17:22 +02: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…
x
Reference in New Issue
Block a user