Hi there. I am new in Tcl scripting, and I made script for public commands !op !deop !halfop !dehalfop !voice !devoice. But the script works only for me (I am owner of the bot), no for other ops in the channel. I do not know how to made script wich can be used by other op in channel, no only by me. Using of flag -|- is no a solution, coz then evryone can do !op, or !deop, but flag o|o works only for me...
Does anybody know how to fix that whitout using of access list grabbing?
If you add them to the bots userfile. To use the command !op for instance would only require them to have the +o flag for the channel where they need to use the !op command. Other than that, they dont really need any other flags unless you have !voice as +v then people that use !voice will need the +v flag for a channel that they can use !voice on. From the binds its <global flag>|<channel flag> so you can be alot safer if you stick to giving out channel flags only. And you keep the global flags for your self
Yeah, I see. But is there any way to do that instead of puting 184 peoples in more over 16 channels in bots userfile?? I want to anybody who have just @ can use !op command, even if he is'nt at any access list or bots userfile....