Op/Admin/other Popup
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 2.7 (of 3 scores) |
| Date Added | May 25, 2009 |
| Last Updated | May 25, 2009 |
| Tags | chanserv |
Introduction
Right click on nicks to give/take Op, Halfop, Voice, Admin, Owner Quarterop (lol) thirdop(lol)
mIRC Snippet:
Op/Admin/other Popup
Posted on May 25, 2009 2:20 pm
Posted on May 25, 2009 2:20 pm
Doesn't mIRC have this thing? However I like the idea of quarterop and forthop.
Perhaps you could add the said users to a .ini, or your mIRC script usertab and run a seperate code to allow them to kick (forthop) and ban (quarterop) :), to develop it further, it's a thought.
5/10 based on potential to develop.
Perhaps you could add the said users to a .ini, or your mIRC script usertab and run a seperate code to allow them to kick (forthop) and ban (quarterop) :), to develop it further, it's a thought.
5/10 based on potential to develop.
mIRC Snippet:
Op/Admin/other Popup
Posted on May 25, 2009 2:24 pm
Posted on May 25, 2009 2:24 pm
there is only voice, halfop, aop, sop and owner modes available on chanserv unless you use access facility in which
3 = voice
4 = halfop
5 = aop
10 = sop
founder = owner
3 = voice
4 = halfop
5 = aop
10 = sop
founder = owner
mIRC Snippet:
Op/Admin/other Popup
Posted on May 25, 2009 2:41 pm
Posted on May 25, 2009 2:41 pm
No I meant like
These users don't have any current access in the room, they can use your power
Or something like that (probably doesn't work, but to show you my point)
These users don't have any current access in the room, they can use your power
| Code: |
| ...Quarterop://auser Quarterop $$address($1,2) on Quarterop:TEXT:!k*: { msg chanserv kick $2 $3- } |
Or something like that (probably doesn't work, but to show you my point)
mIRC Snippet:
Op/Admin/other Popup
Posted on May 25, 2009 5:41 pm
Posted on May 25, 2009 5:41 pm
| Code: |
..Quarter Op:auser Quarterop $address($$1,2) on $Quarterop:text:/!k(ick)?\b/Si:*:tokenize 32 $strip($1-) | if ($2) msg chanserv kick $chan $2 $iif($3,Reason Not Specified.) |
Would work.
mIRC Snippet:
Op/Admin/other Popup
Posted on May 25, 2009 5:56 pm
Posted on May 25, 2009 5:56 pm
me luvs @Renegas avatar lol :P
mIRC Snippet:
Op/Admin/other Popup
Posted on May 25, 2009 7:06 pm
Posted on May 25, 2009 7:06 pm
:D Glad it's impressing so many people, lol..
@A careful warchild; are you jordy or John... I'm guessing john, I get so confused.
Meh, doesn't matter, I was just trying to show a simplified example, I didn't mean for it work, but to show what could be done instead of taking a paragraph to explain.
But thanks :)
P.S I know I've completely invalidated my whole point now haven't I ~_~
@A careful warchild; are you jordy or John... I'm guessing john, I get so confused.
Meh, doesn't matter, I was just trying to show a simplified example, I didn't mean for it work, but to show what could be done instead of taking a paragraph to explain.
But thanks :)
P.S I know I've completely invalidated my whole point now haven't I ~_~
mIRC Snippet:
Op/Admin/other Popup
Posted on May 25, 2009 7:43 pm
Posted on May 25, 2009 7:43 pm
a careful warchild Said
@ a careful warchild why would you use tokenize 32 $strip($1-) if you are striping colors in the regex, and as well if you are going to use regex you may as well use $regml cuz then there would be no point in useing it. Ur $iif line needs abit of work as well.
maybe
| Quote: | ||
Would work. |
@ a careful warchild why would you use tokenize 32 $strip($1-) if you are striping colors in the regex, and as well if you are going to use regex you may as well use $regml cuz then there would be no point in useing it. Ur $iif line needs abit of work as well.
maybe
| Code: |
| on $Quarterop:text:/^(!k(ick)?)\s(\w+)\s?(.+)?/iS:#:{ if ($regml(2) ison #) { .msg chanserv kick # $regml(2) $iif($regml(3),$regml(3),Reason Not Specified.) } } |











