mIRC Home    About    Download    Register    News    Help

Print Thread
#151152 14/06/06 05:04 AM
N
noiprocs
noiprocs
N
Please help me how i can protect my nick all time som body gi in server whis my nick noiprocs yes ofcorse when is night i change my nick to noiprocs[off] but some time som body go in vhis my nick noiprocs an sed bad vords and i get a ban frown only what i make is on *:NICK: if ($newnick == noiprocs) { /ns ghost noiprocs pass }

how i kan make on join thets same ? please help me ?

#151153 14/06/06 05:25 AM
S
schaefer31
schaefer31
S
Code:
on *:JOIN:#:{
  if ($nick == noiprocs) {
    ns ghost noiprocs pass
  }
}

#151154 14/06/06 05:54 AM
D
DaveC
DaveC
D
ON *:NOTIFY:{ if (($me != $nick) && (noiprocs == $nick)) { ns ghost noiprocs pass } }

then add noiprocs to your notify list

That well ghost em as soon as he joins irc, or changes to the nick, even if he isnt in any channel ya on. Mahaha that well suprise him!

#151155 14/06/06 09:00 AM
Joined: Dec 2002
Posts: 1,536
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,536
Dave - certainly the best way to do it too smile covers anywhere they're online not just in the channel (as you well know) smile Is how I did mine


Those who fail history are doomed to repeat it

Link Copied to Clipboard