From b0bd346775bfae62e201bfe9d3db5860cca78a11 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. --- plugins/Services/plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/Services/plugin.py b/plugins/Services/plugin.py index e372c2048..1acd35626 100644 --- a/plugins/Services/plugin.py +++ b/plugins/Services/plugin.py @@ -303,6 +303,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, ....