/realname alias
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Jan 28, 2009 |
| Last Updated | Jan 28, 2009 |
| Tags | name real sassirc |
Description
ok so this was asked for on the forums so i thought i would bring it here too
basically this is to retrieve the "real name" of a nick
Syntax: /realname <nick>
and it wont affect normal /whois querys
basically this is to retrieve the "real name" of a nick
Syntax: /realname <nick>
and it wont affect normal /whois querys
mIRC Snippet:
/realname alias
Posted on Jan 28, 2009 9:07 pm
Posted on Jan 28, 2009 9:07 pm
you could use tokens on this to shorten it up some
or this
heh
| Code: |
| alias realname { set -u3 %^1 on | whois $$1 } raw *:*: { if (%^1) { if ($istok(317 318 313 335 312 319 307 310 378 379,$numeric,32)) { haltdef } elseif ($numeric == 311) { echo -a $+($2,'s) Realname: $gettok($1-,2,42) | haltdef } } } |
or this
| Code: |
| alias realname { set -u5 %^1 on | whois $$1 } raw *:*: { if (%^1) { $iif($istok(317 318 313 335 312 319 307 310 378 379,$numeric,32),haltdef,$iif($numeric == 311,echo -a $+($2,'s) Realname: $gettok($1-,2,42))) | haltdef } } |
| Quote: |
| napa182's Realname: ,,|,,__(>_<)__,,|,, |
heh
mIRC Snippet:
/realname alias
Posted on Jan 29, 2009 12:26 am
Posted on Jan 29, 2009 12:26 am
lol nice napa182
i thought u would have had
$+($2,$chr(39),s,$chr(32),Realname,$chr(58))
nice real name btw hahahahahaha
i thought u would have had
$+($2,$chr(39),s,$chr(32),Realname,$chr(58))
nice real name btw hahahahahaha











