Jump to content

Auto use GHOST


Koach

Recommended Posts

  • Administrators

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...