diff --git a/PlayBot.pl b/PlayBot.pl index 5396f992de097b0efc5d7bfe6e1152f3c947dedb..c76ffbb7cfe7fa5a87c124d57300bea026b146d2 100755 --- a/PlayBot.pl +++ b/PlayBot.pl @@ -290,6 +290,8 @@ sub on_speak setConf(); +$irc->yield(privmsg => "NickServ" => "identify ".$conf->{'nickserv_pwd'}) unless ($debug); + # Boucle des events $poe_kernel->run(); exit 0;