/authname nickname for Quakenet

Paste Your small code(s) here, ex. small aliases, identifiers

/authname nickname for Quakenet

Postby vodkaplayer » Thu May 29, 2008 7:53 am

for Quakenet only.

usage:
/authname nickname
or maybe in a script $authname(nickname)

raw form:
354 VodkaplayeR 357 nick auth
315 VodkaplayeR nick :End of /WHO list.

Code: Select all
alias authname {
  if (!$1) { !echo -a */authname: insufficient parameter, give a nick | !return }
  !set %auth.nick $1 | !.quote WHO $1 n%nat,357
}
raw 354:& 357 & &: { if (%auth.nick == $3) { !set %auth.name $4 | !haltdef } }
raw 315:& & & of /WHO list.: {
  if (%auth.nick == $2) {
    if (!%auth.name) && (%auth.name != 0) { !echo -a  $+(",%auth.nick,") No such nick. }
    elseif (%auth.name == 0) { !echo -a $+(",%auth.nick,") is currently not authed. }
    else { !echo -a $+(",%auth.nick,") is authed as $+(",%auth.name,".) }
    !unset %auth.*
  }
}



join #aide.script at Quakenet :)
vodkaplayer
 

Re: /authname nickname for Quakenet

Postby Lukemob » Thu May 29, 2008 11:17 am

I think I have already seen it online :-D
Lukemob
 

Re: /authname nickname for Quakenet

Postby vodkaplayer » Fri May 30, 2008 6:48 am

prolly yes

one more time then :)
vodkaplayer
 

Re: /authname nickname for Quakenet

Postby Lukemob » Sun Jun 01, 2008 6:09 pm

Nice to see it here, on our forum ;-) Keep up the good work!
Lukemob
 


Return to Mirc Scripting Snippets

Who is online

Users browsing this forum: No registered users and 0 guests

cron