From 9246b80c1214e3b22e04d3b34774ef1d2bfa8ee4 Mon Sep 17 00:00:00 2001 From: Terence Simpson Date: Fri, 19 Feb 2010 19:11:10 +0000 Subject: [PATCH] Fix++ --- IRCLogin/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRCLogin/plugin.py b/IRCLogin/plugin.py index 8ebf1c9..30b5a6c 100644 --- a/IRCLogin/plugin.py +++ b/IRCLogin/plugin.py @@ -189,7 +189,7 @@ launchpad""" def haveidentifymsg(self, irc, msg, args): realIrc = hasattr(irc, 'getRealIrc') and irc.getRealIrc() or irc haveCap = getattr(realIrc, "_Freenode_capabed", False) - irc.reply("identify-msg is %sabled" % (haveCap and "En" or "Dis") + irc.reply("identify-msg is %sabled" % (haveCap and "En" or "Dis")) def doPrivmsg(self, irc, msg): if not conf.supybot.defaultIgnore(): # Only do this when defaultIgnore is set