Add bot flag

This commit is contained in:
lucidiot 2021-04-17 22:49:36 +02:00
parent c7130e5f9b
commit 17ab225bc3
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ class BreadBot(bot.Bot):
def on_welcome(self, c, e):
super().on_welcome(c, e)
c.mode(self.bot_nick, '+B')
for channel in self.chanlist:
self.process_output(c, channel, plugin.message('bread'))