Ban, Kick, Akick

By CmpaX on Feb 14, 2006

simple ;)

Ban, Kick
.Kick (?):{ /kick # $$1 $$?="Reason:" }
.Ban, Kick (?):{ /set %kick.ban.why.reason $$?="Reason:" | /ban $$1 2 | /kick # $$1 %kick.ban.why.reason | /set %kick.ban.why.reason $null }
.Ban, Kick, Akick (?):{ /set %akick.ban.why.reason $$?="Reason:" | /cs access # del $$1 | /cs access # add $address($$1,2) -100 | /ban $$1 2 | /kick # $$1 %akick.ban.why.reason | /set %akick.ban.why.reason $null }
.-
.Kick:{ /kick # $$1 %kick.text }
.Ban, Kick:{ /ban $$1 2 | /kick # $$1 %kick.text }
.Ban, Kick, Akick:{ /cs access # del $$1 | /cs access # add $address($$1,2) -100 | /ban $$1 2 | /kick # $$1 %kick.text }
}

Comments

Sign in to comment.
fire_wizard1   -  Jun 23, 2010

but it doesnt explain how to use the snippit you fail

 Respond  
Raid   -  Feb 28, 2006

You can type //echo -a %kick.text <= to see what its set on.

 Respond  
Raid   -  Feb 28, 2006

Menu Channel {
Ban, Kick
.Kick (?):kick # $$1 $$?=\"Reason:\"
.Ban, Kick (?):ban -k # $$1 $??=\"Reason:\"
.Ban, Akick (?):cs access # del $$1 | cs access # add $address($$1,2) -100 | ban -k # $$1 2 $$?=\"Reason:\"
.-
.Kick:kick # $$1 %kick.text
.Ban, Kick:ban -k $$1 2 %kick.text
.Ban, Kick, Akick:cs access # del $$1 | cs access # add $address($$1,2) -100 | ban -k $$1 2 %kick.text
.Kick.Txt:set %kick.text $$?=\"Reason\"
}

LiquidJesus
...
If you were able to make this: http://www.hawkee.com/snippet.php?snippet_id=1758
You should be able to understand how to load this. Or see what was needed.

 Respond  
LiquidJesus   -  Feb 28, 2006

ok idk how to do it lol

 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.