From a34a4fcd7f8f0bb163c6c1ccfebeee42246db8ef Mon Sep 17 00:00:00 2001 From: James Vega Date: Sun, 7 Aug 2005 06:36:48 +0000 Subject: [PATCH] plugins/Services: Recognize the 'already identified' message for tracking identified status. --- plugins/Services/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Services/plugin.py b/plugins/Services/plugin.py index 8e16520be..8d1aff84c 100644 --- a/plugins/Services/plugin.py +++ b/plugins/Services/plugin.py @@ -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