Changes between Version 9 and Version 10 of WikiStart

Show
Ignore:
Timestamp:
02/17/08 17:57:01 (5 years ago)
Author:
tobias382
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v9 v10  
    77Current Development Phase: '''Alpha'''[[BR]] 
    88Next Release: '''1.0.2'''[[BR]] 
    9 Tentative Release Date: '''02/16/2008''' 
     9Tentative Release Date: '''02/17/2008''' 
    1010 
    1111= Links = 
     
    2828 * Daddy 
    2929   * {{{<Bot>: Who's your daddy?}}} returns a random message to the person saying it 
    30  * DNSLookup 
     30 * Dns 
    3131   * {{{[rev]dns <IP>}}} or {{{[rev]dns <Domain>}}} returns the IP associated to a domain or the host associated to the IP 
    3232 * Drink 
    33    * {{{coke <Nick>}}} sends an energy drink 
     33   * {{{coke <Nick>}}} or {{{soda <Nick>}}} sends an energy drink 
     34   * {{{pop <Nick>}}} sends a sucker punch 
    3435   * {{{beer <Nick>}}} sends a beer 
    3536   * {{{cocktail <Nick>}}} sends a cocktail 
    3637   * {{{tea <Nick>}}} sends a tea 
    3738   * if <Nick> is "me", it throws to the person requesting it 
     39   * if <Nick> is "you", it throws to the bot 
    3840 * Karma 
    3941   * {{{<Word>++}}} adds 1 to that word's karma 
     
    4648   * {{{<Word>}}} returns the definition of the word 
    4749   * {{{<Bot>: forget <Word>}}} makes the bot forget that definition 
     50   * Circular references are automatically detected and expunged from the database 
    4851 * Logging 
    4952   * {{{seen <Nick>}}} returns the last action of that person on the active channel 
     
    5255 * Math 
    5356   * {{{calc <Equation>}}} or {{{math <Equation>}}} returns the result of the equation 
    54  * PHPLookup 
    55    * {{{php <Function>}}} returns the function declaration (arguments and types) 
    56  * TLDLookup 
     57 * Php 
     58   * {{{php <Function>}}} returns the function prototype (arguments and types) 
     59 * Tld 
    5760   * {{{.<TLD extension>}}} returns the description or country matching that TLD (Top Level Domain, i.e. {{{.com}}}) 
    5861 * !UrbanDictionary 
     
    6164= Passive Services = 
    6265 
    63  * RSSParser 
     66=== Plugins === 
     67 * Autojoin 
     68   * automatically instructs the bot to join a given set of channels based on a configuration setting 
     69 * !FeedTicker 
    6470   * displays new articles from syndicated feeds on the channel 
    65  * URLTitles 
     71 * Nickserv 
     72   * automatically authenticates with !NickServ and handles ghost connection termination and nick recovery 
     73 * Url 
    6674   * {{{http://..}}} returns the page title and a short url if the original one is too long 
     75 * Users 
     76   * tracks user mode and presence changes and makes the information available to other plugins 
    6777 
    6878= Admin Commands = 
    6979 
    7080=== Notes === 
    71  * All admin commands should be preceded by {{{<Bot>: }}}, however that can be omitted if you talk to the bot in a query window 
     81 * All admin commands should be preceded by {{{<Bot>: }}}, however that can be omitted if you query the bot directly 
    7282 * Admin commands are restricted to authorized people and/or channel operators, depending on settings 
    7383 
    7484=== Plugins === 
    7585 * Debug 
    76    * {{{mem}}} outputs a memory usage log 
     86   * {{{mem}}} outputs a memory usage statistics 
    7787 * !JoinPart 
    78    * {{{join <#Chan>}}} sends the bot on that channel 
    79    * {{{part [<#Chan>]}}} makes the bot leave the specified channel, or the current one if empty 
     88   * {{{join <Channel>}}} instructs the bot to join that channel 
     89   * {{{part [<Channel>]}}} instructs the bot leave the specified channel, or the current one if none is specified 
     90 * Puppet 
     91   * {{{say <Channel> <Message>}}} makes the bot repeat the message in the target channel 
     92   * {{{act <Channel> <Message>}}} makes the bot repeat the action in the target channel 
     93   * Commands for this plugin must be issued by querying the bot directly 
    8094 * Quit 
    81    * {{{quit}}} makes the bot disconnect itself  
    82  * Say 
    83    * {{{say [<#Chan>] <Message>}}} makes the bot say the message to the target channel 
     95   * {{{quit}}} makes the bot disconnect from the server