| Commands for WordStats | ||
|---|---|---|
| Command | Args | Detailed Help |
| add | [<channel>] <word> | Keeps stats on <word> in <channel>. <channel> is only necessary if the message isn't sent in the channel itself. |
| remove | [<channel>] <word> | Removes <word> from the list of words being tracked. If <channel> is not specified, uses current channel. |
| wordstats | [<channel>] [<user>] [<word>] | With no arguments, returns the list of words that are being monitored for stats. With <user> alone, returns all the stats for that user. With <word> alone, returns the top users for that word. With <user> and <word>, returns that user's stat for that word. <channel> is only needed if not said in the channel. (Note: if only one of <user> or <word> is given, <word> is assumed first and only if no stats are available for that word, do we assume it's <user>.) |
Configuration Variables for the WordStats plugin
- supybot.plugins.WordStats.public
- Default: True
- Channel Specific: False
- Help: Determines whether this plugin is publicly visible.
- supybot.plugins.WordStats.rankingDisplay
- Default: 3
- Channel Specific: True
- Help: Determines the maximum number of top users to show for a given wordstat when someone requests the wordstats for a particular word.
- supybot.plugins.WordStats.ignoreQueries
- Default: False
- Channel Specific: True
- Help: Determines whether the bot will ignore words said in a channel if they're in a wordstats query (command).