Removed a useless assert.

This commit is contained in:
Jeremy Fincher 2005-06-08 18:31:48 +00:00
parent 3d66bc88e5
commit 9df805c568

View File

@ -230,7 +230,6 @@ class Karma(callbacks.Plugin):
irc.replySuccess() irc.replySuccess()
else: else:
irc.noReply() irc.noReply()
assert irc.msg.repliedTo
def _doKarma(self, irc, channel, thing): def _doKarma(self, irc, channel, thing):
assert thing[-2:] in ('++', '--') assert thing[-2:] in ('++', '--')