fix typo
This commit is contained in:
parent
16dc7120ea
commit
0031146f98
@ -198,6 +198,6 @@ class Bot(irc.bot.SingleServerIRCBot):
|
|||||||
self.logger.debug('output message: {}'.format(msg))
|
self.logger.debug('output message: {}'.format(msg))
|
||||||
c.privmsg(chan, msg)
|
c.privmsg(chan, msg)
|
||||||
elif output.msg_type == 'action':
|
elif output.msg_type == 'action':
|
||||||
self.logger.debut('output action: {}'.format(msg))
|
self.logger.debug('output action: {}'.format(msg))
|
||||||
c.action(chan, msg)
|
c.action(chan, msg)
|
||||||
time.sleep(.5)
|
time.sleep(.5)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user