Mass
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 3.0 (of 1 scores) |
| Date Added | Dec 19, 2008 |
| Last Updated | Jan 02, 2009 |
| Tags | mass script |
Introduction
these are examples of how to use it.
/mass - v
/mass + v
/mass - o
/mass + o
You must be in the channel.
mIRC Snippet:
Mass
Posted on Dec 19, 2008 5:24 pm
Posted on Dec 19, 2008 5:24 pm
| Code: |
| alias mass { if ($regex($1-,/^[+-][ovb]$/)) { var %a = 1, %nicks while ($nick(#,%a) != $null) { if ($v1 != $me) { var %nicks = %nicks $v1 if ($modespl == $numtok(%nicks,32)) { .mode # $+($left($1,1),$str($right($1,1),$v2)) %nicks | var %nicks } } inc %a } if (%nicks != $null) .mode # $+($left($1,1),$str($right($1,1),$numtok(%nicks,32))) %nicks } else echo -a Specify A Correct Mode: [+|-] [o|v|b] } |
:)
mIRC Snippet:
Mass
Posted on Dec 19, 2008 7:41 pm
Posted on Dec 19, 2008 7:41 pm
What is the correct syntax? I tried /mass +o and /mass + o :( Won't work.. I just get the incorrect syntax echo.
mIRC Snippet:
Mass
Posted on Dec 20, 2008 7:44 am
Posted on Dec 20, 2008 7:44 am
It works perfect for me, are you sure you are running the newest mirc?




