mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-02 16:09:24 +01:00
takeMsg after register.
This commit is contained in:
parent
9cba6478b1
commit
277f0274b8
@ -73,6 +73,7 @@ if sqlite is not None:
|
|||||||
self.prefix = 'foo!bar@baz'
|
self.prefix = 'foo!bar@baz'
|
||||||
self.irc.feedMsg(ircmsgs.privmsg(self.nick, 'register tester moo',
|
self.irc.feedMsg(ircmsgs.privmsg(self.nick, 'register tester moo',
|
||||||
prefix=self.prefix))
|
prefix=self.prefix))
|
||||||
|
m = self.irc.takeMsg() # Response to register.
|
||||||
|
|
||||||
def testAddFactoid(self):
|
def testAddFactoid(self):
|
||||||
self.assertNotError('moo is foo')
|
self.assertNotError('moo is foo')
|
||||||
|
Loading…
Reference in New Issue
Block a user