From b2dbbe9ef50100978ca5e694204ee2992d146cd2 Mon Sep 17 00:00:00 2001 From: James Vega Date: Sat, 24 Jul 2004 05:09:22 +0000 Subject: [PATCH] small cleanups --- plugins/Http.py | 3 ++- src/Owner.py | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Http.py b/plugins/Http.py index 8586c24d6..151b29786 100644 --- a/plugins/Http.py +++ b/plugins/Http.py @@ -254,7 +254,8 @@ class Http(callbacks.Privmsg): s = ', or '.join(defs) irc.reply('%s could be %s' % (acronym, s)) - _netcraftre = re.compile(r'td align="left">\s+]+>(.*?)\s+]+>(.*?) diff --git a/src/Owner.py b/src/Owner.py index dddcbbf19..bf4287345 100644 --- a/src/Owner.py +++ b/src/Owner.py @@ -251,7 +251,6 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg): ambiguous commands, mapping the command to the plugins it's available in.""" if ambiguousCommands is None: - print '***', tokens ambiguousCommands = {} if tokens: command = callbacks.canonicalName(tokens[0])