Changes between Version 25 and Version 26 of WikiStart

Show
Ignore:
Timestamp:
03/09/08 20:29:00 (5 years ago)
Author:
Seldaek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v25 v26  
    2424 * Words/parts enclosed by square brackets ([]) are optional 
    2525 * Unless otherwise specified, commands are lowercase and parameters are case-insensitive 
    26  * Optionally, you can prefix the name of the bot when calling commands such as Bot: beer me will work the same as going beer me 
     26 * Optionally, you can prefix the name of the bot when calling commands, for example {{{Bot: beer me}}} will work the same as simply {{{beer me}}} 
    2727 
    2828=== Plugins === 
     
    7878=== Plugins === 
    7979 * Altnick 
    80  
    8180   * adds support for alternate nicks when the primary nick is in use 
    8281 * Autojoin 
     
    110109 * Quit 
    111110   * {{{quit [message]}}} or {{{die [message]}}} makes the bot disconnect from the server with the given message if specified 
    112      * Only admins listed in the hostmask.admin ini setting can use quit 
     111     * Only admins listed in the admincommand.admins ini setting can use quit 
    113112 * Reconnect 
    114113   * {{{reconnect [message]}}} makes the bot disconnect with the given message if specified and then reconnect to the server, which at the same time forces all the plugin to re-read their ini settings 
    115      * Only admins listed in the hostmask.admin ini setting can use reconnect 
     114     * Only admins listed in the admincommand.admins ini setting can use reconnect 
    116115 * Set 
    117116   * {{{set <iniVar> <value>}}} writes the value to the currently loaded .ini file, do not use double quotes or whatever, just the value 
    118117   * {{{set -a <iniVar> <value>}}} or {{{set append <iniVar> <value>}}} appends the value to the variable assuming it is a comma separated list 
    119118   * {{{get <iniVar>}}} returns the value for that ini setting 
    120      * Only admins listed in the hostmask.admin ini setting can get and set 
     119     * Only admins listed in the admincommand.admins ini setting can get and set 
    121120 * Toggle 
    122121   * {{{enable <Plugin>}}} and {{{disable <Plugin>}}} respectively enable and disable a plugin altogether. It won't receive any events 
    123      * Only admins listed in the hostmask.admin ini setting can use enable and disable 
     122     * Only admins listed in the admincommand.admins ini setting can use enable and disable 
    124123   * {{{mute <Plugin> [target]}}} 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. By default, the plugins will only be muted or unmuted where the command is called unless a target is specified. If target is global, then the plugin will be muted for every channel 
    125      * Only admins listed in the hostmask.admin ini setting can specify a target 
     124     * Only admins listed in the admincommand.admins ini setting can specify a target 
    126125 * Eval 
    127126   * {{{eval [-r] <code>}}} evaluates the code passed using PHP's eval command and returns the results. By default, return is prefixed to the code to return the results automatically while using the optional -r argument evaluates the code as is. If eval returns a value, it displays the results in channel, while any output is dumped to the console 
    128127   * {{{exec [-c] <command>}}} runs the given command using PHP's exec command and returns the last line of the results. If the optional -c argument the entire results are dumped to the console 
    129      * Only admins listed in the hostmask.admin ini setting can use eval and exec 
    130  * ModuleList 
     128     * Only admins listed in the admincommand.admins ini setting can use eval and exec 
     129 * !ModuleList 
    131130   * {{{plugins [-h][-v][-e][-d][-m][-g][-l][-u][-a][-b]}}} returns a list of currently running plugins based on the the arguments passed; also multiple arguments can be used return multiple lists. By default, plugins will return a list of all currently running plugins 
    132131     * Arguments: