Changes between Version 21 and Version 22 of WikiStart

Show
Ignore:
Timestamp:
03/08/08 14:10:54 (5 years ago)
Author:
Seldaek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v21 v22  
    106106   * {{{quit}}} or {{{die}}} makes the bot disconnect from the server 
    107107 * Reconnect 
    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 
    109113 * Toggle 
    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