Gave up on responding with *all* the nonCommands in a message.

This commit is contained in:
Jeremy Fincher 2003-10-28 06:23:52 +00:00
parent 63c86ec366
commit b5f7bec137
1 changed files with 0 additions and 6 deletions

View File

@ -38,12 +38,6 @@ class MiscTestCase(ChannelPluginTestCase, PluginDocumentation):
conf.replyWhenNotCommand = True
self.prefix = 'somethingElse!user@host.domain.tld'
self.assertRegexp('foo bar baz', 'not.*command')
try:
conf.enablePipeSyntax = True
self.assertRegexp('foo | bar | baz', 'not.*commands')
finally:
conf.enablePipeSyntax = False
self.assertRegexp('baz [foo] [bar]', 'not.*commands')
finally:
conf.replyWhenNotCommand = False