Added a note.

This commit is contained in:
Jeremy Fincher 2004-01-07 19:03:06 +00:00
parent ebacb99788
commit 2fce1dcf13

View File

@ -318,6 +318,8 @@ class PrivmsgTestCase(ChannelPluginTestCase):
self.assertResponse('third foo bar baz', 'foo bar baz')
def testConfigureHandlesNonCanonicalCommands(self):
# Note that this also ends up testing that the FakeIrc object in
# callbacks actually works.
try:
original = conf.commandsOnStart
tokens = callbacks.tokenize('Admin setprefixchar $')