mIRC Home    About    Download    Register    News    Help

Print Thread
#119193 02/05/05 10:14 PM
Joined: May 2005
Posts: 13
S
Pikka bird
OP Offline
Pikka bird
S
Joined: May 2005
Posts: 13
I just got my broadband up and wanted a script I have seen in action for a while ---
nick looses connection reconects and is forced to take back up nick -- then it ghosts the main nick -- then changes itself to the primary nick and identifies to nickserv

#119194 02/05/05 10:52 PM
Joined: Aug 2004
Posts: 7,168
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,168
Code:
on *:connect:{
if $me == $anick {
.ns ghost $mnick <password>
.timer 1 5 { .nick $mnick | .ns identify $me <password> }
;note on some nickservs there is no need to identify for the new nick if that is the same nick that was ghosted
 


Link Copied to Clipboard