Changes between Version 9 and Version 10 of WikiStart
- Timestamp:
- 02/17/08 17:57:01 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v9 v10 7 7 Current Development Phase: '''Alpha'''[[BR]] 8 8 Next Release: '''1.0.2'''[[BR]] 9 Tentative Release Date: '''02/1 6/2008'''9 Tentative Release Date: '''02/17/2008''' 10 10 11 11 = Links = … … 28 28 * Daddy 29 29 * {{{<Bot>: Who's your daddy?}}} returns a random message to the person saying it 30 * D NSLookup30 * Dns 31 31 * {{{[rev]dns <IP>}}} or {{{[rev]dns <Domain>}}} returns the IP associated to a domain or the host associated to the IP 32 32 * 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 34 35 * {{{beer <Nick>}}} sends a beer 35 36 * {{{cocktail <Nick>}}} sends a cocktail 36 37 * {{{tea <Nick>}}} sends a tea 37 38 * if <Nick> is "me", it throws to the person requesting it 39 * if <Nick> is "you", it throws to the bot 38 40 * Karma 39 41 * {{{<Word>++}}} adds 1 to that word's karma … … 46 48 * {{{<Word>}}} returns the definition of the word 47 49 * {{{<Bot>: forget <Word>}}} makes the bot forget that definition 50 * Circular references are automatically detected and expunged from the database 48 51 * Logging 49 52 * {{{seen <Nick>}}} returns the last action of that person on the active channel … … 52 55 * Math 53 56 * {{{calc <Equation>}}} or {{{math <Equation>}}} returns the result of the equation 54 * P HPLookup55 * {{{php <Function>}}} returns the function declaration(arguments and types)56 * T LDLookup57 * Php 58 * {{{php <Function>}}} returns the function prototype (arguments and types) 59 * Tld 57 60 * {{{.<TLD extension>}}} returns the description or country matching that TLD (Top Level Domain, i.e. {{{.com}}}) 58 61 * !UrbanDictionary … … 61 64 = Passive Services = 62 65 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 64 70 * 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 66 74 * {{{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 67 77 68 78 = Admin Commands = 69 79 70 80 === Notes === 71 * All admin commands should be preceded by {{{<Bot>: }}}, however that can be omitted if you talk to the bot in a query window81 * All admin commands should be preceded by {{{<Bot>: }}}, however that can be omitted if you query the bot directly 72 82 * Admin commands are restricted to authorized people and/or channel operators, depending on settings 73 83 74 84 === Plugins === 75 85 * Debug 76 * {{{mem}}} outputs a memory usage log86 * {{{mem}}} outputs a memory usage statistics 77 87 * !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 80 94 * 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