Put this in the bot's remote
on *:text:!moderate on:#: {
opchk
/mode $chan +m
/msg $chan Moderate for # enabled
}
Put the next line in Aliases to prevent using this command by others then Ops
opchk { if ($me !isop $active) {
echo -a Sorry, You're not a Ops
halt
}
}
simple and working.
Last edited by AaronL; 15/05/04 06:23 AM.