SpaceCat

SpaceCat

Joined
Jan 09, 2006
Location
Scotland, UK
Interests
mirc scripting, irc daemons, women, drinks, pets

Activity Stream

SpaceCat commented on a Page, [A] - Netsplit Detector. (V1.0B#2004)  -  Mar 02, 2006

inc -u10 %netspilt <- there? ;0

 Respond  
SpaceCat commented on a Page, Simple Commandline Kickban  -  Mar 02, 2006

haha ok the addon has been tested and it works that\'s the main idea :)

 Respond  
SpaceCat created a Page  -  Mar 02, 2006
673 

Hello this is my first snippet on hawkee and well even though its pretty simple it's useful to quickly kickban someone. The ban type used on this snippet is a type 3 you can modify it. You can include this snippet in your script but I want some credits for it Please don't remove the commented lines :) Is the least you can do :) Thanks!

SpaceCat commented on a Page, ¯Theme¯  -  Feb 21, 2006

Cute :) Good job, Although I\'m looking for a CTCP theme. I failed trying to make mine. If anybody knows of one please whistle :) omgwtfgalaxy@yahoo.co.uk ty

 Respond  
SpaceCat commented on a Page, Better Colored Acronyms  -  Jan 17, 2006

colors should be set through a .ini file this way you give people the oportunity to choose

 Respond  
SpaceCat commented on a Page, Join,Part,Quit Theme  -  Jan 09, 2006

Nice snippet reaperx i\'m using it on my project, I just modified a few bits and added color codes :)
;// JOIN, PART, QUIT //;

on ^:JOIN:#:{
if ($nick == $me) { echo -ti2 $chan Joined: 7 $+ $chan | halt }
else { echo -ti2 $chan Joins: $nick 14(7 $+ $address $+ 14) | halt }
}
on ^
:PART:#:{
if ($1 == $null ) { echo -ti2 $chan Part: $nick ( $+ $address $+ ) | halt }
else { echo -ti2 $chan Parts: $nick 14(7 $+ $address $+ 14) : ( $+ $1- $+ ) | halt }
}
on ^*:QUIT:{
haltdef
var %z = 1
while (%z <= $comchan($nick,0)) { echo -ti2 $comchan($nick,%z) Quit: $nick 14(15 $+ $address $+ 14)15 - 14( $+ $1- $+ 14) | inc %z }
}

 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.