mIRC Homepage
Posted By: lrietveld Identifying youre nick after nickchange - 05/04/04 02:40 PM
Can someone on this forum help me?
I know how to automaticly identify youre registerd nick on a server, when you are connecting.
But sometimes I change my nick in for instance: Lrietveld|away.
When I change it back to 'Lrietveld', I have to identify my nick again.
Is it possible to do this automaticly?
So when you change youre nick to for instance 'Lrietveld', that automaticly the command is given to identify this nick.

I know me question is not the standard that you guys are used t0, but some help will truly be appreciated wink.
you could try a few things:

Alias:
/nick1 /nick Lrietveld | /nickserv identify password

Script:
on *:notify: {
if ($nick == Lrietveld) && (Lrietveld == $me) { /nickserv identify password }
}

Manual entry - type out:
//nick Lrietveld | //nickserv identify password

(I forget if the pipe will work properly without using dual / marks or not when mnaully entering it into the editbox)
Posted By: sparta Re: Identifying youre nick after nickchange - 05/04/04 03:03 PM
on *:nick:{
if ($nick == $me) { /nickserv identify password }
}

that identify you when you change nick.. dosent mathet to what.. and if you identify 1 time to many, then u only get a reply from nickser that u have done it befor..
Thanks for the quick replys guys. The tips worked. Thanx smile
Posted By: yuveth Re: Identifying youre nick after nickchange - 06/04/04 08:18 PM
on *:NOTICE:*this nickname*:?:/msg nickserv identify pass

this is what i do ! good luck !
© mIRC Discussion Forums