mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +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.
|
# This is a catch-all for redundant messages from nickserv.
|
||||||
pass
|
pass
|
||||||
elif ('now recognized' in s) or \
|
elif ('now recognized' in s) or \
|
||||||
|
('already identified' in s) or \
|
||||||
('now identified' in s):
|
('now identified' in s):
|
||||||
# freenode, oftc, arstechnica, zirc, ....
|
# freenode, oftc, arstechnica, zirc, ....
|
||||||
# sorcery
|
# sorcery
|
||||||
|
Loading…
x
Reference in New Issue
Block a user