Currently, users have access to specific commands on the bot (that I coded) if they have the C flag. Now, I would like to make a command where I (the owner) can suspend their access without removing the C flag. I was thinking of adding an S flag for their handle but that would get tedious to add a check if they have the S flag for every proc (I could do it but I'm looking for a shorter way ).
So I was wondering if there is a way to use bind so it only processes if the S flag is NOT on the user's handle? Something like
Code: Select all
bind pub +C-S !blah blahproc
Is there *any* way to do it with binds? If not, what would be the shortest way to do it otherwise?
Thanks,
scr0llwheel