mIRC Home    About    Download    Register    News    Help

Print Thread
#183772 22/08/07 01:22 PM
Joined: Jun 2004
Posts: 124
S
sigbin Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Jun 2004
Posts: 124
can anyone help me or make me a script?
this script will activate on connect and on nick change upon activation it will whois a nick/user the if the nick is online the script will notify the nick/user but if the nick/user it not online the notification wont procced...

thankz for the reply...

Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
Originally Posted By: sigbin
can anyone help me or make me a script?
this script will activate on connect and on nick change upon activation it will whois a nick/user the if the nick is online the script will notify the nick/user but if the nick/user it not online the notification wont procced...

thankz for the reply...


Code:
alias nick { %enable = o | .whois $1 | %tmp.n = $1 | .nick $1 | halt }

RAW 319:*:{
  if (%enable) { 
    echo -a 4,1[Found 1 matching user existing on network please choose a different nick] 
    msg %tmp.n Hey, you are currently using the nickname im trying to use 
    unset %enable
  }
}

on *:CONNECT:/whois YOURNICKHERE




Link Copied to Clipboard