From b5f7bec13770f07a0438dbb7ef90218b9a31ef66 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 28 Oct 2003 06:23:52 +0000 Subject: [PATCH] Gave up on responding with *all* the nonCommands in a message. --- test/test_Misc.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/test_Misc.py b/test/test_Misc.py index 197f734ea..5e46e664d 100644 --- a/test/test_Misc.py +++ b/test/test_Misc.py @@ -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