mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
Removed a useless assert.
This commit is contained in:
parent
3d66bc88e5
commit
9df805c568
@ -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 ('++', '--')
|
||||||
|
Loading…
Reference in New Issue
Block a user