M.H.
2006-03-08 02:46:51 UTC
I have a perform on connect script that looks like this:
/msg NickServ identify "password"
/join #A
/join #B "From channel to client: 'You need a registered nick to join
that channel.' The nickserv identify at this point has not gone through."
/join #C
Now, to enter channel #B, I need to be registered with NickServ.
However, by the time it reaches the command to join #B, the identify has
not yet been processed by NickServ, and an error message say that I have
to have a registered nick is sent by channel #B. How can I add a wait
or pause so that an appropriate amount of time has passed before it
joins channel #B? Or even better, is there a way to have it check to
see if the client has received the message from NickServ that I have
been identified, and if not, wait, then check, again, until the client
has been notified from NickServ? Thanks!
/msg NickServ identify "password"
/join #A
/join #B "From channel to client: 'You need a registered nick to join
that channel.' The nickserv identify at this point has not gone through."
/join #C
Now, to enter channel #B, I need to be registered with NickServ.
However, by the time it reaches the command to join #B, the identify has
not yet been processed by NickServ, and an error message say that I have
to have a registered nick is sent by channel #B. How can I add a wait
or pause so that an appropriate amount of time has passed before it
joins channel #B? Or even better, is there a way to have it check to
see if the client has received the message from NickServ that I have
been identified, and if not, wait, then check, again, until the client
has been notified from NickServ? Thanks!