diff --git a/src/handler.py b/src/handler.py index 445faa3..65cb243 100644 --- a/src/handler.py +++ b/src/handler.py @@ -116,6 +116,8 @@ def connect_callback(cli): cli.join(",".join(channels)) + cli.msg("ChanServ", "op " + botconfig.CHANNEL) + cli.nick(botconfig.NICK) # very important (for regain/release) wolfgame.connect_callback(cli)