Home
Explore
Apps
Scripts
Code Snippets
Hardware
Images
Home
Explore
Apps
Scripts
Code Snippets
Hardware
Images
Sign up to Hawkee
Sign in
owl
0
following
0
followers
Follow
Message
owl
Joined:
Mar 06, 2010
Activity Stream
All
Threads
Projects
Code Snippets
owl
commented on a Snippet,
Pokemon RPG Remotes {Fixed}
-
Mar 29, 2010
Things like
Code
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:
Code
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
owl
commented on a Snippet,
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.
Code
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
owl
commented on a Snippet,
!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!
owl
commented on a Snippet,
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 >.<
owl
posted a Snippet -
Mar 21, 2010
Highscores 2
owl
commented on a Snippet,
Lag
-
Mar 11, 2010
probably not noticeably :(
I was curious and..
hi
15 ms
hi2
16 ms
coincidence? :]
owl
commented on a Snippet,
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.
owl
commented on a Snippet,
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
owl
commented on a Snippet,
Hp Bar
-
Mar 07, 2010
What do you mean dynamic length Korvin?
owl
posted a Snippet -
Mar 07, 2010
Highscores
owl
posted a Snippet -
Mar 06, 2010
Lag
owl
commented on a Snippet,
Hp Bar
-
Mar 06, 2010
why longer when it does the job ? (shorter code ftw)
owl
posted a Snippet -
Mar 06, 2010
Hp Bar
owl
posted an Image -
Mar 06, 2010
hpbar