mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
plugins/Services: Recognize the 'already identified' message for tracking identified status.
This commit is contained in:
parent
a3149f0ec0
commit
a34a4fcd7f
@ -273,6 +273,7 @@ class Services(callbacks.Plugin):
|
||||
# This is a catch-all for redundant messages from nickserv.
|
||||
pass
|
||||
elif ('now recognized' in s) or \
|
||||
('already identified' in s) or \
|
||||
('now identified' in s):
|
||||
# freenode, oftc, arstechnica, zirc, ....
|
||||
# sorcery
|
||||
|
Loading…
Reference in New Issue
Block a user