Please Register/ Login to enhance your access of our site and services. We support Twitter and Facebook
logins. Logging in will reduce the amount of advertisments.
|
 |
|
 |
About Little mass user mode snippet that:
Sets mode for 5 users at once
Doesn't set a mode for a user who already has that mode (which is annoying to me)
... May require flood protection ;) .. And I might get this right one day
Comments
 nice job
d33j4y
Posted on: 4/16/10
 Yep, well done Ex!! :)
SglCdnMade
Posted on: 5/5/10
 I loaded this snippet into a new file ine remotes. When I tried it, I received the following error: * Invalid format: $iif (line 15, Mass.mrc)
 I just tried this snippet and everything seemed to work like it was supposed to. No error messages for me. Are you using latest mIRC?
SglCdnMade
Posted on: 5/6/10
 I'm using mIRC Version 6.2
Fanfare
Posted on: 5/10/10
 Your version supports $v1. Try changing it to: alias all.users.excluding {
var %c = $$1
var %a = $left($$2,1)
var %b = $right($$2,1)
var %i = $iif(%a == ,a,%b)
var %e = $iif(%a == ,$ (',%b),')
var %t = $nick(%c,0,%i,%e), %r
Fanfare
Posted on: 5/10/10
 while (%t > 0) { if ($nick(%c,%t,%i,%e) != $me) { %r = $addtok(%r,$v1, 44) } | dec %t }
return %r
}
Fanfare
Posted on: 5/10/10
 They should be listed vertically, but the comment makes them appear otherwise.
Sorry you must register and log-in to post comments
 |
|
 |
|
Snippet Information
| Creator: | extremity |
| Date Added: | 4/16/10 | | Last Updated: | 4/16/10 | | Tags: | mass user mode |
| Problem? | Report Snippet |
|
|
|