diff --git a/modules/Dice.py b/modules/Dice.py index f895d87..41967c0 100644 --- a/modules/Dice.py +++ b/modules/Dice.py @@ -94,8 +94,6 @@ class Dice(Module): reply += "; " if reply is not "": return self.reply(connection, replypath, nick + ': ' + reply) - else: - print(what.split(' ')[0]) # vi:tabstop=4:expandtab:autoindent # kate: indent-mode python;indent-width 4;replace-tabs on;