Made the environment slightly cleaner in PluginTestCase.setUp.

This commit is contained in:
Jeremy Fincher 2003-10-22 15:47:44 +00:00
parent 52bd33015c
commit 0ea2f22517
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class PluginTestCase(unittest.TestCase):
cleanDataDir = True
def setUp(self, nick='test'):
# Set conf variables appropriately.
conf.prefixChar = '@'
conf.prefixChars = '@'
conf.replyWhenNotCommand = False
self.myVerbose = world.myVerbose
if self.cleanConfDir: