Skip to content

Commit

Permalink
Update tcl-commands example
Browse files Browse the repository at this point in the history
  • Loading branch information
TehPeGaSuS authored Jul 28, 2024
1 parent b8d5d8f commit a705cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx_source/using/tcl-commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ channel add <name> [option-list]
channel set <name> <options...>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Description: sets options for the channel specified. `options` is a flat list of either +/-settings or key/value pairs. The full list of possible options are given in doc/settings/mod.channels. Note: Tcl code settings such as the need-* settings must be valid Tcl code as a single word, for example ``channel set #lamest need-op { putmsg Nickserv "op #lamest" }``
Description: sets options for the channel specified. `options` is a flat list of either +/-settings or key/value pairs. The full list of possible options are given in doc/settings/mod.channels. Note: Tcl code settings such as the need-* settings must be valid Tcl code as a single word, for example ``channel set #lamest need-op { putmsg ChanServ "op #lamest" }``

Returns: nothing

Expand Down

0 comments on commit a705cb3

Please sign in to comment.