Top

kick protection


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  4.0
Scores Submitted  3
Date Added  Oct 05, 2007
Last Updated  Oct 05, 2007
Tags  kick  protection  revenge 
  Bookmark and Share

Introduction

This works if an op kicks u while ur op or sop.


Post in remotes

Grab the Code

Comments

  (2)  RSS
Anti
Comments: 305
 
mIRC Snippet:  kick protection
Posted on Oct 11, 2007 10:17 am
ok what if you dont have access to the chanserv? that might get a little annoying great idea why not just make a simple one like
Code:
on *:KICK:#: {
if ($knick == $me) join $kchan
}

and what channel are you joining? you can just join a random channel :)
LucSatise
Comments: 122
 
mIRC Snippet:  kick protection
Posted on Jan 3, 2008 1:56 pm
ive tested i know $chan works

Please Register or Login to start posting comments.
Bottom