This commit is contained in:
Terence Simpson 2010-02-19 19:11:10 +00:00
parent f6b26f3408
commit 9246b80c12

View File

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