Fix infobot sometimes not updating its nick

This commit is contained in:
Joscha 2019-04-13 22:36:03 +00:00
parent 948f509999
commit 71e1a177ab

View file

@ -156,6 +156,8 @@ class InfoBot(yaboli.Bot):
async def on_part(self, room, user):
await self.update_nick(room)
async def on_nick(self, room, user, from_nick, to_nick):
await self.update_nick(room)
# @yaboli.command("detail")
# async def command_detail(self, room, message, argstr):