mIRC Homepage
Posted By: kwell Nickname at random - 08/10/07 09:00 PM
Very mistaken ?

Code:
On *:CONNECT: { nick $nickname $+ $rand(1,5) }


alias Nickname1 { Lala }
alias Nickname2 { Lela } 
alias Nickname3 { Lila } 
alias Nickname4 { Lola } 
alias Nickname5 { Lula } 


Erroneus Nickname.

Posted By: hixxy Re: Nickname at random - 08/10/07 09:02 PM
Code:
on *:CONNECT: { nick $($+($,nickname,$rand(1,5)),2) }
Posted By: kwell Re: Nickname at random - 08/10/07 09:37 PM

Code:

on *:CONNECT: { nick $($+($,nickname,$rand(1,5)),2) }

alias Nickname1 { return Lala }
alias Nickname2 { return Lela } 
alias Nickname3 { return Lila } 
alias Nickname4 { return Lola } 
alias Nickname5 { return Lula } 




* Lela sets mode: +ixn
* Your nick is now Lela
-
Lola No such nick

problem in mIRC options ?
Posted By: hixxy Re: Nickname at random - 08/10/07 09:44 PM
Nothing there should be causing that issue.
Posted By: kwell Re: Nickname at random - 08/10/07 09:46 PM

Thanks hixxy
Posted By: noMen Re: Nickname at random - 09/10/07 04:06 AM
Originally Posted By: kwell


* Lela sets mode: +ixn
* Your nick is now Lela
-
Lola No such nick

problem in mIRC options ?


That is because you connect with nick Lola and the server starts sending messages to you. Then after a few seconds you change your nick and the server can't find Lola anymore.

EDIT: You can also change your nick at ON *:START: to avoid this "problem".
© mIRC Discussion Forums