mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-12 13:12:35 +01:00
Add missing transition trigger on MOTD start.
This commit is contained in:
parent
22120ee862
commit
f7130f2629
@ -1682,6 +1682,10 @@ class Irc(IrcCommandDispatcher, log.Firewalled):
|
||||
"""Handles PONG messages."""
|
||||
self.outstandingPing = False
|
||||
|
||||
def do375(self, msg):
|
||||
self.state.fsm.on_start_motd(self, msg)
|
||||
log.info('Got start of MOTD from %s', self.server)
|
||||
|
||||
def do376(self, msg):
|
||||
self.state.fsm.on_end_motd()
|
||||
log.info('Got end of MOTD from %s', self.server)
|
||||
|
Loading…
Reference in New Issue
Block a user