Simple Akick Commands
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 3.7 (of 3 scores) |
| Date Added | Jun 14, 2008 |
| Last Updated | Jun 14, 2008 |
| Tags | akick easy effective manage simple useful |
Introduction
mIRC Snippet:
Simple Akick Commands
Posted on Jun 14, 2008 3:42 pm
Posted on Jun 14, 2008 3:42 pm
remember ONLY a SOP or OWNER can set an akick. might be worth also adding the op check there also for the various levels. otherwise, it seems to be ok.
mIRC Snippet:
Simple Akick Commands
Posted on Jun 14, 2008 3:45 pm
Posted on Jun 14, 2008 3:45 pm
ok i will get to work on fixing thxs for support
mIRC Snippet:
Simple Akick Commands
Posted on Jun 14, 2008 4:41 pm
Posted on Jun 14, 2008 4:41 pm
Yup, add an Op checker :P even people without access can now akick any other person :o
if (($nick isop $chan) && ($me isop $chan)) {
if (($nick isop $chan) && ($me isop $chan)) {
mIRC Snippet:
Simple Akick Commands
Posted on Jun 14, 2008 4:52 pm
Posted on Jun 14, 2008 4:52 pm
so yea like i said im new to scripting so how would i use op checker
on *:text:!overkill*:#:{if
(($nick isop $chan) && ($me isop $chan))
msg $chan $2 was overkilled by $nick
msg chanserv akick $chan add $2-
}
like that or something i dont really know =/
on *:text:!overkill*:#:{if
(($nick isop $chan) && ($me isop $chan))
msg $chan $2 was overkilled by $nick
msg chanserv akick $chan add $2-
}
like that or something i dont really know =/
mIRC Snippet:
Simple Akick Commands
Posted on Jun 14, 2008 5:35 pm
Posted on Jun 14, 2008 5:35 pm
you need to make sure that the op level is high enough. a normal op (AOP) indicated by the symbol @ cannot akick. only the room admin (SOP) indicated by the icon & or owner ondicated by the symbol ~ can do them.
i am not too sure how to check for those levels however. as for the normal op.. criminal has it there
i am not too sure how to check for those levels however. as for the normal op.. criminal has it there
mIRC Snippet:
Simple Akick Commands
Posted on Jun 14, 2008 6:16 pm
Posted on Jun 14, 2008 6:16 pm
there isnt any protection, so anyone could akick anyone
mIRC Snippet:
Simple Akick Commands
Posted on Jul 6, 2008 6:39 am
Posted on Jul 6, 2008 6:39 am
Use $left($nick(#,$nick).pnick,1) to find out what a person is.
eg. if ($left($nick(#,$nick).pnick,1) == $chr(126))
if (Sygil of person) is (~) ...
eg. if ($left($nick(#,$nick).pnick,1) == $chr(126))
if (Sygil of person) is (~) ...






