how do I automatically kill a ghost nick (e.g. i got disconnected then reconnected) on connect with using xchat? I'm on freenode.

link|improve this question
feedback

2 Answers

Assuming all versions work the same, you can put /msg nickserv ghost name password as a connect command under server settings for freenode.

to change your nick as well is a little tricky - type in

/msg nickserv ghost username password

then CTRL SHIFT u a

/nick username

as one line. this should do both commands one after another

link|improve this answer
feedback

Try "/msg nickserv ghost ", without the quotes.

link|improve this answer
or rather, /msg nickserv ghost [username] [password]. This could be followed up by a /nick [username] so you don't end up with the wrong name anyway. – Phoshi May 29 '10 at 17:10
This is the standard way, not an automatic way as requested. – Robin Green Jun 26 '11 at 13:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.