Let's not bother getting database if it's not a channel. Good call.

This commit is contained in:
Jeremy Fincher 2004-08-22 18:58:28 +00:00
parent ab6d1673f3
commit ae048d977a
1 changed files with 13 additions and 12 deletions

View File

@ -173,6 +173,7 @@ class URL(callbacks.PrivmsgCommandAndRegexp):
def doPrivmsg(self, irc, msg):
channel = msg.args[0]
if ircutils.isChannel(channel):
db = self.getDb(channel)
if ircmsgs.isAction(msg):
text = ircmsgs.unAction(msg)