plugins/Services: Recognize the 'already identified' message for tracking identified status.

This commit is contained in:
James Vega 2005-08-07 06:36:48 +00:00
parent a3149f0ec0
commit a34a4fcd7f

View File

@ -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