Top

Kick & Ban Logger 1.0


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  3.0
Scores Submitted  1
Date Added  Jan 13, 2007
Last Updated  Jan 13, 2007
Tags  ban  kick  logger 

Introduction

Copy and Paste in removes in a new seperate file.
I finally had the time to fix a few things and do a few tweaks.

Credit goes to RusselB and everyone else who had helped me with this snippet. :)

Grab the Code

Comments

  (4)  RSS
Lindrian
Comments: 729
 
mIRC Snippet:  Kick & Ban Logger 1.0
Posted on Jan 14, 2007 5:50 am
on *:kick:#:{
if ($nick isop $chan) {
;You forgot the ()
Caseidon
Comments: 7
 
mIRC Snippet:  Kick & Ban Logger 1.0
Posted on Jan 14, 2007 8:35 am
\'if $nick isop $chan {\'

Not only ops can kick/ban, Halfops aswell.
chicknh8r
Comments: 13
 
mIRC Snippet:  Kick & Ban Logger 1.0
Posted on Jan 14, 2007 8:49 am
may also want to check if window even exist first by,

if (!$window(@KickAlert)) window -n @KickAlert
echo $colour(info) -t @KickAlert blablablabla
Andy
Comments: 4
 
mIRC Snippet:  Kick & Ban Logger 1.0
Posted on Jan 19, 2007 11:04 pm
Caseidon I know.....I am working to fix the reported bugs and add a few more features...


Please Register or Login to start posting comments.
Bottom