mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Added a note.
This commit is contained in:
parent
ebacb99788
commit
2fce1dcf13
@ -318,6 +318,8 @@ class PrivmsgTestCase(ChannelPluginTestCase):
|
|||||||
self.assertResponse('third foo bar baz', 'foo bar baz')
|
self.assertResponse('third foo bar baz', 'foo bar baz')
|
||||||
|
|
||||||
def testConfigureHandlesNonCanonicalCommands(self):
|
def testConfigureHandlesNonCanonicalCommands(self):
|
||||||
|
# Note that this also ends up testing that the FakeIrc object in
|
||||||
|
# callbacks actually works.
|
||||||
try:
|
try:
|
||||||
original = conf.commandsOnStart
|
original = conf.commandsOnStart
|
||||||
tokens = callbacks.tokenize('Admin setprefixchar $')
|
tokens = callbacks.tokenize('Admin setprefixchar $')
|
||||||
|
Loading…
Reference in New Issue
Block a user