From 96abea03171ba6e9d7c47353252fb552f480c119 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 31 Aug 2004 18:57:34 +0000 Subject: [PATCH] don't reply.whenNotCommand. --- test/test_MoobotFactoids.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_MoobotFactoids.py b/test/test_MoobotFactoids.py index 8a24bef07..5f3329bda 100644 --- a/test/test_MoobotFactoids.py +++ b/test/test_MoobotFactoids.py @@ -66,6 +66,7 @@ if sqlite is not None: class FactoidsTestCase(PluginTestCase, PluginDocumentation): plugins = ('MoobotFactoids', 'User', 'Utilities') + config = {'reply.whenNotCommand': False} def setUp(self): PluginTestCase.setUp(self) # Create a valid user to use