From 7887b6b2d813ee37e99f3f60faec0984a90b0df1 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Mon, 15 Jun 2015 20:36:43 +0200 Subject: [PATCH] Looks like that op request wasn't so redundant. I misread the code. --- src/handler.py | 2 ++ 1 file changed, 2 insertions(+) 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)