Skip to content

Commit

Permalink
Update Tcl doc with need-* guidance
Browse files Browse the repository at this point in the history
Found by: Koragg
Fixes: #734
  • Loading branch information
vanosg authored Jul 24, 2024
1 parent e7756c7 commit b8d5d8f
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. The full list of possible options are given in doc/settings/mod.channels.
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" }``

Returns: nothing

Expand Down

0 comments on commit b8d5d8f

Please sign in to comment.