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
