diff --git a/test/test_Karma.py b/test/test_Karma.py index 6c0b8314a..081b11a89 100644 --- a/test/test_Karma.py +++ b/test/test_Karma.py @@ -141,6 +141,9 @@ if sqlite is not None: self.assertRegexp('karma most active', '(?!bar)') self.assertNotError('karma config karma-most-display 25') self.assertRegexp('karma most active', 'bar') + + def testIncreaseKarmaWithNickNotCallingInvalidCommand(self): + self.assertNoResponse('%s: foo++' % self.irc.nick, 3) # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: