| 108 | | * {{{reconnect}}} makes the bot disconnect and then reconnect to the server, which at the same time forces all the plugin to re-read their ini settings. |
| | 108 | * {{{reconnect}}} makes the bot disconnect and then reconnect to the server, which at the same time forces all the plugin to re-read their ini settings |
| | 109 | * Set |
| | 110 | * {{{set <iniVar> <value>}}} writes the value to the currently loaded .ini file, do not use double quotes or whatever, just the value |
| | 111 | * {{{set -a <iniVar> <value>}}} or {{{set append <iniVar> <value>}}} appends the value to the variable assuming it is a comma separated list |
| | 112 | * {{{get <iniVar>}}} returns the value for that ini setting |
| 110 | | * {{{enable <Plugin>}}} and {{{disable <Plugin>}}} respectively enable and disable a plugin altogether. It won't receive any events. |
| 111 | | * {{{mute <Plugin>}}} and {{{unmute <Plugin>}}} respectively mute and unmute a plugin, which affects its ability to output messages, but won't affect its ability to receive events. For instance Logging will continue logging but will not answer {{{seen}}} or {{{heard}}} requests while it is muted. |
| | 114 | * {{{enable <Plugin>}}} and {{{disable <Plugin>}}} respectively enable and disable a plugin altogether. It won't receive any events |
| | 115 | * {{{mute <Plugin>}}} and {{{unmute <Plugin>}}} respectively mute and unmute a plugin, which affects its ability to output messages, but won't affect its ability to receive events. For instance Logging will continue logging but will not answer {{{seen}}} or {{{heard}}} requests while it is muted |