mIRC Code Snippets Tagged with mode
(27)
This is a _SIMPLE_ massmode, though it works like it should. Maybe someone learns something from this little snippet.. making a massmode script is not that tricky you'd think it is.
How the script works
Well, I decided to try something new with mirc, and that was hotlinks. Just tried them out and they are kind of neat. Anyway, this snippet will reverse a mode previously set by double-clicking on the
Returns $true or $false depending on if a channel mode is set. See documentation below. Ability to use wildcards and to match multiple modes at a time. Very simplified code.
Simple, select the nicks and select the action. Performs selected upon those nicks.
; Mass Modes (simplified version)
; - tai
; Syntax: /mass (+/-) (mode)
; Example: /mass +o
; Do not rip
Basically this is 1 code to set everyone in the channel any mode ya want. I know theres a few mass modes but i feel this is the best ;p
Just put this into your remotes section (alt+R)
To use just
This will set modes + or - q/a/o/h/v/b/I/e (or any other channel/nickmode) to any name/channel
You just put this code into your remotes section (Alt+R)
to use just type:
+vh partofname
-vh partofname
(you
I have seen that script maked by another user on that web but the code was really not good so I have decided to correct it with nearest 10 lines less than the first :D
well, press ctrl on your keyboard
Tags:
mode



