Trying to make this command op (mod) only on TwitchTV.. not sure what I did wrong... it detects if the person isn't an op (mod), but it still posts the rule set into twitch anyway.. did I set the flood wrong or something?
any help would be appreciated.
Also.. how would I set a command to be twitch channel specific?
on *:TEXT:!arab:#: {
if ((%floodarab) || ($($+(%,floodarab.,$nick),2))) { return }
if ($nick isop #) { msg # $nick %variablename }
else { msg # You aren't able to use this command. }
set -u30 %floodarab. $+ $nick On
msg $chan ARAB RULES: 1. At shaper select, hit random, but DO NOT LOCK IN 2a. Stay in bottom lane 2b. You may not enter any bushes other than the 2 in the middle of the bottom lane 2c. You may not walk behind any wall
msg $chan 3. wards are allowed everywhere you are allowed to walk 4. you may not retreat to the top binding near your guardian for safety. 5. you may not retreat to the base for saftey or healing 6. you may not buy anything unless you die (or at beginning of the match) $+
}