From 36847e770454b577b3bdae558cfc149bd0139bd3 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 29 Sep 2018 22:26:46 +0200 Subject: [PATCH] Add registration --- galanga/nagios-irc-bot.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/galanga/nagios-irc-bot.pl b/galanga/nagios-irc-bot.pl index 44d16a3..4544b0f 100755 --- a/galanga/nagios-irc-bot.pl +++ b/galanga/nagios-irc-bot.pl @@ -90,7 +90,8 @@ sub on_connect { # FIXME: this is broken right now. when this is re-added, it has to happen # before we try to join channels. #print "Identifying to NickServ...\n"; - #$self->privmsg('nickserv',"identify xxx"); + $self->privmsg('nickserv',"identify Pohri1oo"); +# $self->privmsg('nickserv',"VERIFY REGISTER vivivi kwvxbsmjjiam"); # CONFIG: channels you want us to announce to ... $self->join($channel);