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.
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.