This shows you the differences between the selected revision and the current version of the page.
| en:1.2:tclcommands 2010/07/10 13:19 | en:1.2:tclcommands 2010/07/10 13:21 current | ||
|---|---|---|---|
| Line 473: | Line 473: | ||
| * **Description**: Returns whether a channel-mode requires a parameter. | * **Description**: Returns whether a channel-mode requires a parameter. | ||
| * **Returns**: 3 if the mode is a list (e.g. the banlist) and requires a parameter for setting and unsetting, 2 if the mode needs a parameter for setting and unsetting. 1 if the mode requires a parameter for setting it, 0 if the mode does not require a parameter for setting it. | * **Returns**: 3 if the mode is a list (e.g. the banlist) and requires a parameter for setting and unsetting, 2 if the mode needs a parameter for setting and unsetting. 1 if the mode requires a parameter for setting it, 0 if the mode does not require a parameter for setting it. | ||
| + | |||
| ==== synthwho ==== | ==== synthwho ==== | ||
| Line 479: | Line 480: | ||
| * **Description**: Synthesizes a /who reply for the given channel. | * **Description**: Synthesizes a /who reply for the given channel. | ||
| * **Returns**: 1 if successful, 0 otherwise. Undefined behaviour can occur when Simulate and the reply are both 0. | * **Returns**: 1 if successful, 0 otherwise. Undefined behaviour can occur when Simulate and the reply are both 0. | ||
| + | |||
| + | ===== Undocumented ===== | ||
| + | |||
| + | ==== putlog ==== | ||
| + | |||
| + | * **Syntax**: putlog <Text> | ||
| + | * **Description**: ... | ||
| + | * **Returns**: ... | ||