Plugin list

Praise

Praise is a plugin for ... well, praising things. Feel free to add your own flavor to it by customizing what praises it gives. Use "praise add " to add new ones, making sure to include "$who" in where you want to insert the thing being praised. Example: * If you add ``hugs $who`` * Someone says ``@praise ChanServ``. * ``* bot hugs ChanServ`` Configuration variables in ``supybot.databases.plugins`` affect this plugin.

Command Help
addPraise add [<channel>] <text>
Adds <text> to the $type database for <channel>. <channel> is only necessary if the message isn't sent in the channel itself.
changePraise change [<channel>] <id> <regexp>
Changes the $type with id <id> according to the regular expression <regexp>. <channel> is only necessary if the message isn't sent in the channel itself.
getPraise get [<channel>] <id>
Gets the $type with id <id> from the $type database for <channel>. <channel> is only necessary if the message isn't sent in the channel itself.
praisePraise praise [<channel>] [<id>] <who|what> [for <reason>]
Praises <who|what> (for <reason>, if given). If <id> is given, uses that specific praise. <channel> is only necessary if the message isn't sent in the channel itself.
removePraise remove [<channel>] <id>
Removes the $type with id <id> from the $type database for <channel>. <channel> is only necessary if the message isn't sent in the channel itself.
searchPraise search [<channel>] [--{regexp,by} <value>] [<glob>]
Searches for $types matching the criteria given.
statsPraise stats [<channel>]
Returns the number of $types in the database for <channel>. <channel> is only necessary if the message isn't sent in the channel itself.