From 71bcc2bc7c7e6ecb7906f453a1180b26fc73e783 Mon Sep 17 00:00:00 2001 From: Daniel Folkinshteyn Date: Tue, 18 Jan 2011 13:51:34 -0500 Subject: [PATCH] Services: add some more strings indicating identification success. Signed-off-by: James McCoy --- plugins/Services/plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/Services/plugin.py b/plugins/Services/plugin.py index 1d17a8085..651c68db8 100644 --- a/plugins/Services/plugin.py +++ b/plugins/Services/plugin.py @@ -301,6 +301,8 @@ class Services(callbacks.Plugin): pass elif ('now recognized' in s) or \ ('already identified' in s) or \ + ('already logged in' in s) or \ + ('successfully identified' in s) or \ ('password accepted' in s) or \ ('now identified' in s): # freenode, oftc, arstechnica, zirc, ....