remove +R, add +B on connect

add .iframe command
This commit is contained in:
2018-12-10 16:04:59 +00:00
parent c36569d33d
commit 1dac1571e2
2 changed files with 10 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ def reload(bot: Bot, mask: IrcString, target: IrcString, args: Dict):
@irc3.event(irc3.rfc.CONNECTED)
def connected(bot, srv, me, data):
bot.mode(me, '+R')
bot.mode(me, '+B')
class Admin(Plugin):