Fixed identify message.
This commit is contained in:
parent
4ee3c8003a
commit
44337b3c70
@ -95,7 +95,7 @@ sub on_connect {
|
|||||||
# FIXME: this is broken right now. when this is re-added, it has to happen
|
# FIXME: this is broken right now. when this is re-added, it has to happen
|
||||||
# before we try to join channels.
|
# before we try to join channels.
|
||||||
#print "Identifying to NickServ...\n";
|
#print "Identifying to NickServ...\n";
|
||||||
$self->privmsg('nickserv', $viviviConf->param("irc.password"));
|
$self->privmsg('nickserv', "identify ".$viviviConf->param("irc.password"));
|
||||||
# $self->privmsg('nickserv',"VERIFY REGISTER vivivi kwvxbsmjjiam");
|
# $self->privmsg('nickserv',"VERIFY REGISTER vivivi kwvxbsmjjiam");
|
||||||
|
|
||||||
# CONFIG: channels you want us to announce to ...
|
# CONFIG: channels you want us to announce to ...
|
||||||
|
Loading…
Reference in New Issue
Block a user