kick, kick ban ect.
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Aug 01, 2007 |
| Last Updated | Aug 01, 2007 |
| Tags | ban ect. k kick |
Introduction
mIRC Snippet:
kick, kick ban ect.
Posted on Aug 1, 2007 10:33 am
Posted on Aug 1, 2007 10:33 am
well i dunno if this will work for people but hopefully it does >.<
mIRC Snippet:
kick, kick ban ect.
Posted on Aug 10, 2007 1:00 pm
Posted on Aug 10, 2007 1:00 pm
I would recommend you make them aliases.
mIRC Snippet:
kick, kick ban ect.
Posted on Dec 22, 2007 4:34 am
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
}
if ( $1 == /voice ) mode $chan +v $$2
(example)
Make it:
Alias voice {
mode $chan +v $$1
}
mIRC Snippet:
kick, kick ban ect.
Posted on Dec 22, 2007 9:15 am
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)
$1 is /command and $2 would be $nick
-
u shuold make it on @*:input:*:#:{ to check if ur op, and if ($2 ison $chan)
mIRC Snippet:
kick, kick ban ect.
Posted on Sep 3, 2009 1:06 am
Posted on Sep 3, 2009 1:06 am
โค้ด มั่วๆ ไอ่หอยเอ๊ย



