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
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. :)
mIRC Snippet:
Kick & Ban Logger 1.0
Posted on Jan 14, 2007 5:50 am
Posted on Jan 14, 2007 5:50 am
on *:kick:#:{
if ($nick isop $chan) {
;You forgot the ()
if ($nick isop $chan) {
;You forgot the ()
mIRC Snippet:
Kick & Ban Logger 1.0
Posted on Jan 14, 2007 8:35 am
Posted on Jan 14, 2007 8:35 am
\'if $nick isop $chan {\'
Not only ops can kick/ban, Halfops aswell.
Not only ops can kick/ban, Halfops aswell.
mIRC Snippet:
Kick & Ban Logger 1.0
Posted on Jan 14, 2007 8:49 am
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
if (!$window(@KickAlert)) window -n @KickAlert
echo $colour(info) -t @KickAlert blablablabla
mIRC Snippet:
Kick & Ban Logger 1.0
Posted on Jan 19, 2007 11:04 pm
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...





