Add bot flag

pull/2/head
lucidiot 2 years ago
parent c7130e5f9b
commit 17ab225bc3

@ -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'))

Loading…
Cancel
Save