bantracker: remove an useless extra search

This commit is contained in:
Elián Hanisch 2011-06-18 22:43:43 -03:00
parent a9a111b8e6
commit 8d61d972fd

View File

@ -962,7 +962,6 @@ class Bantracker(callbacks.Plugin):
if not hostmask:
self.sendWhois(irc, target, True, 'bansearch', irc, msg, args, target, channel)
return
match = self.getBans(hostmask, channel)
if capab(user, 'owner'):
if len(queue.msgcache) > 0: