Koach Report post Posted January 13, 2012 I am not much of an expert with mirc, so if anyone can do this better or more eloquently, please do Right now, I am using this: When I connect, i start a timer in case I am not actually able to get my nick. Of course, put your registered nick whereever you see Koach. /timer5 0 30 /nick Koach Then, if i get the notice that my nick is in use, I use this to get my nick back and turn the timer off. raw 433:*: { /ns ghost $2 my-nick-pass /nick $2 /timer5 off } Is there a better way? Edited by Koach Jan 21, 2012 Quote Share this post Link to post Share on other sites
Crysta Report post Posted January 18, 2012 I am not much of an expert with mirc, so if anyone can do this better or more eloquently, please do Right now, I am using this: When I connect, i start a timer in case I am not actually able to get my nick. /timer5 0 30 /nick Koach Then, if i get the notice that my nick is in use, I use this to get my nick back and turn the timer off. raw 433:*: { /ns ghost $2 my-nick-pass /nick $2 /timer5 off } Is there a better way? Hi Koach, after looking around your's seems to be the best and shortest. Quote Share this post Link to post Share on other sites