mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01:00
Services: add some more strings indicating identification success.
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
This commit is contained in:
parent
998819da58
commit
71bcc2bc7c
@ -301,6 +301,8 @@ class Services(callbacks.Plugin):
|
|||||||
pass
|
pass
|
||||||
elif ('now recognized' in s) or \
|
elif ('now recognized' in s) or \
|
||||||
('already identified' in s) or \
|
('already identified' in s) or \
|
||||||
|
('already logged in' in s) or \
|
||||||
|
('successfully identified' in s) or \
|
||||||
('password accepted' in s) or \
|
('password accepted' in s) or \
|
||||||
('now identified' in s):
|
('now identified' in s):
|
||||||
# freenode, oftc, arstechnica, zirc, ....
|
# freenode, oftc, arstechnica, zirc, ....
|
||||||
|
Loading…
Reference in New Issue
Block a user