mIRC Home    About    Download    Register    News    Help

Print Thread
#151152 14/06/06 05:04 AM
Joined: Jun 2006
Posts: 29
N
Ameglian cow
OP Offline
Ameglian cow
N
Joined: Jun 2006
Posts: 29
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 ?


{noiprocs-hunky-scorpion}
#151153 14/06/06 05:25 AM
Joined: Aug 2005
Posts: 525
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2005
Posts: 525
Code:
on *:JOIN:#:{
  if ($nick == noiprocs) {
    ns ghost noiprocs pass
  }
}

#151154 14/06/06 05:54 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
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,544
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,544
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