Erich Schubert wrote:
Hi,

After connecting to a server xchat ties to join the channels on autojoin before nickserv has identified me, so i end up not joinning


I don't remember any nickserv auto-identification functionality in
xchat.
How about adding this to the nickserv plugin you are using?
IMHO a delay won't reliably solve this. Instead, the nickserv plugin
should wait for the registration to succeed, then trigger the joins
which depend on nickserv.

best regards,
Erich Schubert
Sure there is. If you go to the server edit screen there's a nickserv password field. I think this piece of code (inbound.c:1263)
/* send nickserv password */
if (((ircnet *)serv->network)->nickserv)
        serv->p_nickserv (serv, ((ircnet *)serv->network)->nickserv);
is probably where the identifying gets done. I also thought waiting for the registration would be better, although delay would be easier to implement. I say that because I don't know how big modifications can be done for programs that's already on stable. In the case of a modification limit a delay would be better than nothing I think.
This is what i have installed:
ii xchat 2.4.1-0.1 IRC client for X similar to AmIRC ii xchat-common 2.4.1-0.1 Common files for X-Chat

I may be getting something wrong, but xchat seems to identify me with the password i wrote down in the password field and I don't have any other plugin installed besides stuff i wrote myself.

Thank you for your time,
Rafael


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to