owl

owl

Joined
Mar 06, 2010

Activity Stream

owl commented on a Page, Pokemon RPG Remotes {Fixed}  -  Mar 29, 2010

Things like

if (/ isin $2-) { Notice $nick Please reword it! | halt }
  if ($ isin $2-) { Notice $nick Please reword it! | halt }
  if (_ isin $2-) { Notice $nick Please reword it! | halt }

could be shortened to:

if ($regex($2-,/(\/|\\|\*|;|\:|\+|\-|\$|_|`|"|\^|%|#|\.)/Si)) { notice $nick Please reword it! | halt }

Otherwise than that I cba reading it, oh and it's not all there, i'm guessing because of a hawkee limit :p

 Respond  
owl commented on a Page, answer system  -  Mar 28, 2010

mIRC has a built in Yes No dialog, the only problem is that you can't use it from events, timers is a easy way to get around it.

on *:INVITE:*:.timerinv 1 0 inv $nick #
alias -l inv { var %x $input($1 invites you to join $2,y) | if (%x) { join $2 } | else { notice $1 No Thank You. } }

(thanks gutiarmasterx7 for code box) :D

 Respond  
owl commented on a Page, !slap  -  Mar 24, 2010

Tbh, I would use $read from a text file and $replace to put $2 in it;

$replace($read(slap.txt),@,$1-)

Ex in Text File: in the text file, leaves the mark of (PWNED) on @'s cheek!

 Respond  
owl commented on a Page, Highscores 2  -  Mar 23, 2010

Meh, some people store their data like that, i personally don't :p

Jetrhro_ My other highscores does alot more than this one so i decided not to delete it >.<

 Respond  
owl created a Page  -  Mar 21, 2010
355 

Ok, this is my second highscores snippet as my first one confused a lot of people and was not compatible with how they stored their data.

owl commented on a Page, Lag  -  Mar 11, 2010

probably not noticeably :(

I was curious and..

hi
15 ms
hi2
16 ms

coincidence? :]

 Respond  
owl commented on a Page, Lag  -  Mar 08, 2010

Ok Sunslayer

napa, I tend to not use pipes as this slows down scripts, probably not noticeably but it has to split up the line then read it, I made this script to work as fast as it could.

 Respond  
owl commented on a Page, Javascript tag clouds  -  Mar 08, 2010

Very nice, just the other day I was using CSS to size them all, I shall now change it to this :D

 Respond  
owl commented on a Page, Hp Bar  -  Mar 07, 2010

What do you mean dynamic length Korvin?

 Respond  
owl created a Page  -  Mar 07, 2010
325 

This is a highscores system that saves all your values, orders them into a highscores and returns what you want with the rank etc

owl created a Page  -  Mar 06, 2010
597 
Lag

Type /lag in any chan and it will message the chan your lag to the server.

owl commented on a Page, Hp Bar  -  Mar 06, 2010

why longer when it does the job ? (shorter code ftw)

 Respond  
owl created a Page  -  Mar 06, 2010
671 

Just a short alias that creates a hp bar (196 bytes)

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.