Top

kick, kick ban ect.


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Aug 01, 2007
Last Updated  Aug 01, 2007
Tags  ban  ect.  k  kick 

Introduction

Well, since someone told me how to do input, i have made simple commands >< dunt make bad comments :( my first script

Grab the Code

on *:input:*:{
  if ( $1 == /kick ) { /kick $chan $$2 9[15| 12Kick14|4 %kicks 14|12Count 15|9] | halt }
  if ( $1 == /ban ) { /ban $chan $$2 | halt }
  if ( $1 == /kban ) { /ban $chan $$2 | /kick $chan $nick 9[15| 12Ban14|4 %Bans 14|12Count 15|9] | Halt }
  if ( $1 == /p ) part $$2
  if ( $1 == /j ) join $$2
  if ( $1 == /voice ) mode $chan +v $$2  
  if ( $1 == /devoice ) mode $chan -v $$2
  if ( $1 == /halfop ) mode $chan +h $$2
  if ( $1 == /dehalfop ) mode $chan -h $$2
  if ( $1 == /op ) mode $chan +o $$2
  if ( $1 == /deop ) mode $chan -o $$2
  if ( $1 == /protect ) mode $chan +a $$2
  if ( $1 == /deprotect ) mode $chan -a $$2
  if ( $1 == /Owner ) mode $chan +q $$2
  if ( $1 == /Deowner ) mode $chan -q $$2
  if ( $1 == /addvop ) cs vop $chan add $$2
  if ( $1 == /addhalfop ) cs hop $chan add $$2
  if ( $1 == /addop ) cs aop $chan add $$2
  if ( $1 == /addsop ) cs sop $chan add $$2
  if ( $1 == /delvop ) cs vop $chan del $$2
  if ( $1 == /delhalfop ) cs hop $chan del $$2
  if ( $1 == /delop ) cs aop $chan del $$2
  if ( $1 == /delsop ) cs sop $chan del $$2
  if ( $1 == /addakick ) cs akick $chan add $$2
  if ( $1 == /delakick ) cs akick $chan del $$2
  if ( $1 == /akicklist ) cs akick $chan list
 

Comments

  (5)  RSS
Calzo
Comments: 13
 
mIRC Snippet:  kick, kick ban ect.
Posted on Aug 1, 2007 10:33 am
well i dunno if this will work for people but hopefully it does >.<
Ghost-lit Warder
Comments: 124
 
mIRC Snippet:  kick, kick ban ect.
Posted on Aug 10, 2007 1:00 pm
I would recommend you make them aliases.
Pepsi_Man0077
Comments: 76
 
mIRC Snippet:  kick, kick ban ect.
Posted on Dec 22, 2007 4:34 am
yeah this will not work. Instead of

if ( $1 == /voice ) mode $chan +v $$2
(example)

Make it:

Alias voice {
mode $chan +v $$1
}

mountaindew
Comments: 1,826
 
mIRC Snippet:  kick, kick ban ect.
Posted on Dec 22, 2007 9:15 am
no, this isnt an alias, its an input with a / in front ;)

$1 is /command and $2 would be $nick

-

u shuold make it on @*:input:*:#:{ to check if ur op, and if ($2 ison $chan)
findfriend
Comments: 5
 
mIRC Snippet:  kick, kick ban ect.
Posted on Sep 3, 2009 1:06 am
โค้ด มั่วๆ ไอ่หอยเอ๊ย

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom