.. _plugin:controlchar: =========== CONTROLCHAR =========== | about ----- | :author: FeedBackLoop :contact: FREENODE/#fbf :distribution: core :license: | description ----------- | command to control the control (command) characters. The cc is a string containing the allowed control characters. | commands -------- | :commands in this plugin: cc-del .. cc .. cc-add | 1) *cc .. [handle_cc]* :description: arguments: [] - set/get control character of channel. :permissions: USER :code: :ref:`fbf.plugs.core.controlchar_cc_command`. :examples: :: ;cc ! control char set to ! :: ;cc controlchar are/is !; 2) *cc-add .. [handle_ccadd]* :description: arguments: - add a control char to the channels cc list. :permissions: OPER :code: :ref:`fbf.plugs.core.controlchar_cc-add_command`. :examples: :: ;cc-add # control char # added 3) *cc-del .. [handle_ccdel]* :description: arguments: - remove a control char from the channels cc list. :permissions: OPER :code: :ref:`fbf.plugs.core.controlchar_cc-del_command`. :examples: :: ;cc-del # control char # deleted