Page 1 of 1

Keeping your Multiple Nicks active

PostPosted: Wed Jul 20, 2011 2:03 am
by Phil_Megrim
this I just finished since Sorcery can't automatically identify your nicks without having to change your nick
it's a little complicated but should be easy to do, this only works however on nicks with the Nickserv command GROUP, if you need help wondering what that does, type /msg Nickserv HELP GROUP and it should be explainitory.
Under Popups, Status Window
Code: Select all
Cycle "Your Nicks" {
  /nick <First Nick>
  /timer[-d] 1 5 /msg Nickserv IDENTIFY <password>
  /timer 1 6 /nick <Second Nick>
  /timer 1 7 /nick <Third Nick>
  /timer 1 8 /nick <Fourth Nick>

}

Repleat ad nasuem making sure that with each new nick, add 1 to the 5, 6, 7, 8 line ie.
Code: Select all
Cycle "Your Nicks" {
  /nick <First Nick>
  /timer[-d] 1 5 /msg Nickserv IDENTIFY <password>
  /timer 1 6 /nick <Second Nick>
  /timer 1 7 /nick <Third Nick>
  /timer 1 8 /nick <Forth Nick>
  /timer 1 9 /nick <Fifth Nick and so on>

}


the timers will go off in sequence giving Nickserv enough time to register that you've changed your nick so lags don't miss nicknames

I don't think you can make this a "On Connect, perform" line so instead use this in lieu of identifying the nick you had when you connect.

Hope this helps, send me a message if you have trouble, and if you can make this tons better then feel free, I could use a better one lol

Re: Keeping your Multiple Nicks active

PostPosted: Fri Jul 22, 2011 1:04 am
by Phil_Megrim
also I forgot but it would be best if you used it when not in a channel, it would be annoying and spamming, of course if there's a way to make these nick changes invisible to people with your nick on their notify list please let me know as that would help it greatly