PDA

View Full Version : Identify on CONNECT


Guthan
12-08-2007, 03:10 PM
Open up scripts and in 'Remote' tab, add this:

on *:CONNECT:#:{
Â*Â*/msg nickserv identify PASSWORDHERE
}

This will automatically identify you everytime you join.

If you want to do a specific channel, just do this:

on *:CONNECT:#uber:{
Â*Â*/msg nickserv identify PASSWORDHERE
}

The #uber in the above script is the channel.

Luke
12-08-2007, 10:41 PM
kind of pointless becuz if your useing mirc it has a on connect identify option but good work keep it up

Zeus
12-09-2007, 12:58 AM
Tools > Options > Connect > Options > Perform > /nickserv ID $iif($network == Dodian.com,password)

Guthan
12-09-2007, 02:37 AM
Thank you for changing the method for the tutorial. I didn't know there was a 'CONNECT' method. Interesting.. :blink:

Luke
12-09-2007, 02:51 AM
your welcome guthan

Zeus
12-10-2007, 04:51 AM
Guthan, if you have an mIRC client, you can always type

/help ON

Which will bring up a list of all the triggers associated with mIRC :)

Justin
12-14-2007, 01:46 AM
ripped from me.
~Justin

Angel
12-31-2007, 12:24 PM
Justin, not ripped from you.. on *:connect: is a method just like any other, you didn't make it..

Angel