Code: Select all
proc evnt:init_server {type} {
putmsg nickserv "identify password"
global botnick
putquick "MODE $botnick +i-ws"
}
[07:05] -NickServ (services@services.ircworld.org)- This nickname is registered and protected. If it is your
[07:05] -NickServ (services@services.ircworld.org)- nick, type /msg NickServ IDENTIFY password. Otherwise,
[07:05] -NickServ (services@services.ircworld.org)- please choose a different nick.
Bot joins a channel:
[07:05] Bot joined #channel.
..and a few seconds later it identifies with nickserv:
[07:06] -NickServ (services@services.ircworld.org)- Password accepted - you are now recognized.
..and Bot gets no OP on chan, because it wasn't identified when it joined the channel. Why doesn't bot identify itself when it connects to server? Do I have to change anything in init-server script?