Top

ison server identifier


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
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

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

Grab the Code

alias isconnected { return $iif($ial($1),$true,$false) }
 
This is just taking up the other charachters >:|

Comments

  (9)  RSS
Ghost-writer
Comments: 256
 
mIRC Snippet:  ison server identifier
Posted on Oct 25, 2009 6:54 am
losers >:|
sunslayer
Comments: 266
 
mIRC Snippet:  ison server identifier
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?
Ghost-writer
Comments: 256
 
mIRC Snippet:  ison server identifier
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 :|?
Jethro_
Comments: 436
 
mIRC Snippet:  ison server identifier
Posted on Oct 25, 2009 6:45 pm
Quote:
losers >:|
You silly goofball...lol
Ghost-writer
Comments: 256
 
mIRC Snippet:  ison server identifier
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?
Testor
Comments: 82
 
mIRC Snippet:  ison server identifier
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.
sunslayer
Comments: 266
 
mIRC Snippet:  ison server identifier
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
FordLawnmower
Comments: 411
 
mIRC Snippet:  ison server identifier
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.
sunslayer
Comments: 266
 
mIRC Snippet:  ison server identifier
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

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom