mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Can't use ChannelDB, it requires SQLite. So we'll use Gameknot.
This commit is contained in:
parent
6bbbededdc
commit
b1977a1b29
@ -33,7 +33,7 @@ from test import *
|
||||
|
||||
class MiscCommandsTestCase(ChannelPluginTestCase, PluginDocumentation):
|
||||
plugins = ('MiscCommands', 'OwnerCommands',
|
||||
'Utilities', 'ChannelDB', 'Ctcp')
|
||||
'Utilities', 'Gameknot', 'Ctcp')
|
||||
def testReplyWhenNotCommand(self):
|
||||
try:
|
||||
conf.replyWhenNotCommand = True
|
||||
@ -48,7 +48,7 @@ class MiscCommandsTestCase(ChannelPluginTestCase, PluginDocumentation):
|
||||
try:
|
||||
conf.replyWhenNotCommand = True
|
||||
self.prefix = 'somethingElse!user@host.domain.tld'
|
||||
self.assertNoResponse('@coffee++', 2)
|
||||
self.assertNotError('http://gameknot.com/chess.pl?bd=1019508')
|
||||
finally:
|
||||
conf.replyWhenNotCommand = False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user