Add usermode +B for bots

This commit is contained in:
Robert Miles 2018-10-25 12:56:10 -04:00
parent 4e092576f5
commit 9805aa4edc
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class TeamBot(irc.bot.SingleServerIRCBot):
for channel in self.chanlist:
conn.join(channel)
self.conn = conn
self.conn.mode(self.bot_nick,"+B")
## Called when a message is sent in a public channel.
#