diff --git a/plugins/Games/plugin.py b/plugins/Games/plugin.py index 931c79d2d..15e6d4fee 100644 --- a/plugins/Games/plugin.py +++ b/plugins/Games/plugin.py @@ -131,7 +131,8 @@ def roulette(self, irc, msg, args, spin): if self._rouletteChamber == self._rouletteBullet: self._rouletteBullet = random.randrange(0, 6) self._rouletteChamber = random.randrange(0, 6) - if irc.nick in irc.state.channels[channel].ops: + if irc.nick in irc.state.channels[channel].ops or \ + irc.nick in irc.state.channels[channel].halfops: irc.queueMsg(ircmsgs.kick(channel, msg.nick, 'BANG!')) else: irc.reply(_('*BANG* Hey, who put a blank in here?!'),