ITSOVER9000

ITSOVER9000

Joined
Jun 28, 2011

Activity Stream

ITSOVER9000 commented on a Page, isowner alias and isprotect alias  -  Nov 20, 2011

Oh, it sounds like I didn't really need to make this then, since it has already been done.

 Respond  
ITSOVER9000 commented on a Page, isowner alias and isprotect alias  -  Nov 20, 2011

Oh, ok. :)

 Respond  
ITSOVER9000 commented on a Page, isowner alias and isprotect alias  -  Nov 20, 2011

Well then, thank you for the advice. I also changed alias isowner { to alias isowner { since you said isowner already existed. Thank you Jethro and Dean.

 Respond  
ITSOVER9000 commented on a Page, isowner alias and isprotect alias  -  Nov 20, 2011

Oh. I probably should do that, I couldn't understand that that was what you wanted me to do from your first comment.

 Respond  
ITSOVER9000 commented on a Page, isowner alias and isprotect alias  -  Nov 20, 2011

OH.

 Respond  
ITSOVER9000 commented on a Page, isowner alias and isprotect alias  -  Nov 20, 2011

I guess I don't know how to use it then. I'm dumb. ._.

 Respond  
ITSOVER9000 commented on a Page, isowner alias and isprotect alias  -  Nov 20, 2011

Because the undocumented isowner and isadmin don't work?

 Respond  
ITSOVER9000 created a Page  -  Nov 20, 2011
3 467 

Basically, the only reason I made this was because instead of having to type the long .pnick version in a script, I can type if ($isowner/$isadmin(Nick) == Yes) { stuff } instead of having to type if ($left($nick($chan,$nick).pnick,1) == ~/&) { stuff } Well, that's it.

ITSOVER9000 commented on a Page, All of mIRC's $chr's  -  Oct 13, 2011

Why that's actually a very good idea. Thank you.
Updated:

 alias characters {
  if (!$1) { 
    echo Not enough parameters.
  }
  if ($1) && ($2) && ($1 isnum) && ($2 isnum) && ($1 <= $2) { 
    var %x = $1
    while (%x <= $2) {
      echo -a Character: $chr(%x) = $+($chr(36),$chr(99),$chr(104),$chr(114),$chr(40),%x,$chr(41))
      inc %x
    } 
  }
  if ($1) && ($2) && ($1 !isnum) && ($2 !isnum) { 
    echo -a $1 and $2 aren't numbers.
  }
  if ($1) && ($1 isnum) && ($2) && ($2 !isnum) {
    echo -a $2 isn't a number, but $1 is.
  }
  if ($1) && ($1 !isnum) && ($2) && ($2 isnum) {
    echo -a $1 isn't a number, but $2 is.
  }
  if ($1) && (!$2) {
    echo Not enough parameters.
  }
  if ($1) && ($2) && ($1 isnum) && ($2 isnum) && ($1 >= $2) { 
    echo -a Sorry, $2 is smaller than $+($1,.)
  }
}
 Respond  
ITSOVER9000 created a Page  -  Oct 13, 2011
2 435 

Well I had made this because I had wanted to look at mIRC's ascii table, but didn't want to manually /echo everything, so I made this. I haven't actually got to look at it yet because every time I try, my mIRC freezes. Oh well, probably should've expected that when you're /echoing 9 hundred million characters. If you can actually run this script without mIRC freezing, well, you've got a VERY good computer...

ITSOVER9000 commented on a Page, Timed Ban  -  Sep 08, 2011

Lol Jethro. I do thank you for your help.

 Respond  
ITSOVER9000 commented on a Page, Timed Ban  -  Sep 07, 2011

OIC. :< I guess it does suck. Meh. I don't care.

 Respond  
ITSOVER9000 commented on a Page, Timed Ban  -  Sep 06, 2011

@Jethro: Thanks for your advice, hopefully I'll take it and become better. As you can see, I don't know very much about mSL.
@Dani
|11: I don't know/use/understand $regsubex,$regex,$regsub, etc, as I've never used them. Even regexp is a little confusing for me.
@Thir: Why is it showing that? What are you doing exactly? Are you on that channel? And who's are you using? Try Jethro_'s, mine might not work so well.

 Respond  
ITSOVER9000 commented on a Page, Timed Ban  -  Sep 06, 2011

Odd. I haven't had to use $chan before. And I did try with the elseif's, but it didn't go so well.Thanks anyway. I think I'll just keep what I currently have though, I don't like to really use others work. Since it's well...not mine.

 Respond  
ITSOVER9000 created a Page  -  Sep 06, 2011
2 886 

Well, this was just a little timed ban alias I made. I tried using else's, that didn't work out so well. So I feel amazed I got this alias using only if's. Oh, and just to point this out, I wouldn't add if ($me isop $chan), because, well, you wouldn't be using the alias if you weren't an op, would you? :P I had to snoop around here a bit to figure out how /ban worked, Since previously I had just done..

ITSOVER9000 commented on a Page, Copy Script  -  Aug 28, 2011

@Jethro_ Honestly, I don't understand it. :D

 Respond  
ITSOVER9000 commented on a Page, Copy Script  -  Aug 26, 2011

I've noticed

ON Unknown command

happens, But with the exception of that it seems to work...Ok...

 Respond  
ITSOVER9000 created a Page  -  Aug 26, 2011
549 

Type /copyhelp to see the copy script's help If you'd like someone else to use it, have them do /notice YourNick copyhelp True, I probably should've added an elseif to check if $2 == $null, and if $2 == $null msg the nickname to specify a nick but I've had trouble with elseif's before, So I decided not to. (Yes I know there are already a bunch of copy scripts.But they don't exactly work...well.So I..

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.