author: | FeedBackLoop <feedbackloop@gmail.com> |
---|---|
contact: | FREENODE/#fbf |
distribution: | core |
license: |
command to control the control (command) characters. The cc is a string containing the allowed control characters.
commands in this plugin: cc-del .. cc .. cc-add
cc .. [handle_cc]
description: arguments: [<controlchar>] - set/get control character of channel. permissions: USER code: cc command. examples: <user> ;cc ! <output> control char set to !<user> ;cc <output> controlchar are/is !;
cc-add .. [handle_ccadd]
description: arguments: <character> - add a control char to the channels cc list. permissions: OPER code: cc-add command. examples: <user> ;cc-add # <output> control char # added
cc-del .. [handle_ccdel]
description: arguments: <character> - remove a control char from the channels cc list. permissions: OPER code: cc-del command. examples: <user> ;cc-del # <output> control char # deleted