ison server identifier
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Oct 17, 2009 |
| Last Updated | Oct 17, 2009 |
| Tags | code elite greatest hard help isconnect ison msl scripters server |
Introduction
mIRC Snippet:
ison server identifier
Posted on Oct 25, 2009 6:54 am
Posted on Oct 25, 2009 6:54 am
losers >:|
mIRC Snippet:
ison server identifier
Posted on Oct 25, 2009 9:18 am
Posted on Oct 25, 2009 9:18 am
this would only return $true if the nick joined a channel your were in, maybe use raw 317 instead?
mIRC Snippet:
ison server identifier
Posted on Oct 25, 2009 5:14 pm
Posted on Oct 25, 2009 5:14 pm
how would that work in a script :|?
whois $nick silence raws, set temp variables, and then get results :O? Im sure it would vary depending on server lag tho :|?
whois $nick silence raws, set temp variables, and then get results :O? Im sure it would vary depending on server lag tho :|?
mIRC Snippet:
ison server identifier
Posted on Oct 25, 2009 6:45 pm
Posted on Oct 25, 2009 6:45 pm
| Quote: |
| losers >:| |
mIRC Snippet:
ison server identifier
Posted on Oct 25, 2009 7:04 pm
Posted on Oct 25, 2009 7:04 pm
woot i just got banned from swift, but thats off topic, & your a goofball :(, But does anyone have any idea what to do?
mIRC Snippet:
ison server identifier
Posted on Oct 25, 2009 9:36 pm
Posted on Oct 25, 2009 9:36 pm
Anything to do with Raw 406 (No such nickname)? Whowas them and if that raw is present( after w/e time) halt the script, or else continue with the rest? o.O Meh Idk i fail.
mIRC Snippet:
ison server identifier
Posted on Oct 25, 2009 9:58 pm
Posted on Oct 25, 2009 9:58 pm
you could do something like
| Code: |
| alias isconnected { .enable #iscon whois $1 } #iscon off raw *:*: { if ($regex($numeric,/3(07|19|12|13|10|20|17))) halt elseif ($numeric == 311) { echo -a $1 is connected! | halt } elseif ($numeric == 401) { echo -a $2 isn't connected! | halt } elseif ($numeric == 318) .disable #iscon | halt } #iscon end |
mIRC Snippet:
ison server identifier
Posted on Oct 25, 2009 10:02 pm
Posted on Oct 25, 2009 10:02 pm
That's actually pretty good Testor :)
I've always used a /notify script for this and then got the results from On *:notify:,
but doing a whois and checking for 401 would render the same results.
I've always used a /notify script for this and then got the results from On *:notify:,
but doing a whois and checking for 401 would render the same results.
mIRC Snippet:
ison server identifier
Posted on Oct 25, 2009 10:21 pm
Posted on Oct 25, 2009 10:21 pm
actually we've missed the blatantly obvious...
/ison nick
you can seperate nicks by a space and it will return all the nicks that are in use
/ison nick
you can seperate nicks by a space and it will return all the nicks that are in use










