remove +R, add +B on connect
add .iframe command
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user