ison server identifier

By Ghost-writer on Oct 17, 2009

I have posted this snippet to call together all the greatest scripters to abuse msl on such a level as to make a completely new ultra identifier :O! To do this, i will have to make a way to know if a person is on the server. ial wouldnt work if they havent joined etc. so what is there to do that doesnt include setting a million variables :|? Well thats were all you come in. Good luck. >:D

alias isconnected { return $iif($ial($1),$true,$false) }

This is just taking up the other charachters >:|

Comments

Sign in to comment.
sunslayer   -  Oct 25, 2009

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

 Respond  
FordLawnmower   -  Oct 25, 2009

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.

 Respond  
sunslayer   -  Oct 25, 2009

you could do something like

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
 Respond  
Testor   -  Oct 25, 2009

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.

 Respond  
Ghost-writer   -  Oct 25, 2009

woot i just got banned from swift, but thats off topic, & your a goofball :(, But does anyone have any idea what to do?

 Respond  
Jethro   -  Oct 25, 2009

losers >:|You silly goofball...lol

 Respond  
Ghost-writer   -  Oct 25, 2009

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 :|?

 Respond  
sunslayer   -  Oct 25, 2009

this would only return $true if the nick joined a channel your were in, maybe use raw 317 instead?

 Respond  
Ghost-writer   -  Oct 25, 2009

losers >:|

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.