Limnoria/plugins
James Vega 54dda880d4 Add a pluginCommands kwarg to Commands.listCommands.
Plugins which implement their own listCommands method should pass their
non-typically discoverable commands to Commands.listCommands via this
mechanism.  This means that the de-duplication of commands is performed in one
spot instead of having each plugin implement it on their on in their
listCommands method.

This reverts commits 0ce829af6215b97e725f4d6d580d1151950be869 and
09fb0e6fc974445a3414fb03a94625f8538d4570.

Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-22 18:52:15 -04:00
..
Admin Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
Alias Add a pluginCommands kwarg to Commands.listCommands. 2009-05-22 18:52:15 -04:00
Anonymous Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
AutoMode Added supybot.plugins.AutoMode.owner, so the bot can choose not to automode owners. 2009-03-11 13:37:27 -04:00
BadWords BadWords: Only send a msg stripped of formatting if it had bad words 2009-04-14 19:59:59 -04:00
Channel Channel.kban: Fall-back to exact hostmask when banmask matches the bot. 2009-03-11 13:37:27 -04:00
ChannelLogger ChannelLogger: Use a sane timestamp for filenameTimestamp 2009-03-08 00:08:59 -05:00
ChannelStats Fixed for a certain user whose name starts with a J and has "Finch" in it. 2009-03-11 13:37:25 -04:00
Config Config: Show global and channel values for Config.config 2009-03-18 14:41:02 -04:00
Ctcp Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
Dict Fully qualify the call to universalImport so we don't get a NameError. 2009-03-19 20:33:17 -04:00
Dunno Add Dunno plugin from supybot-plugins package 2009-05-07 22:50:32 -04:00
Factoids Factoids: Add simpleSyntax argument to getCommandHelp. 2009-05-18 11:09:18 -04:00
Filter Add azn and uniud commands. 2009-03-11 13:37:25 -04:00
Format Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
Games Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
Google Google: Ensure we don't try to use the 3rd party json module. 2009-05-19 00:55:17 -04:00
Herald Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
Internet Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
Karma Karma: Remove getName function which hasn't been used since 2004 2009-03-11 13:37:27 -04:00
Lart Remove first person modification of the reason clause and add tests to support it. 2006-11-13 20:27:23 +00:00
Later Added tests for later notes. 2009-03-11 13:37:25 -04:00
Limiter Limiter: Always set the limit above the current number of users 2009-04-03 11:05:48 -04:00
Math Math: Update the units info from ConvertAll 2009-05-18 00:44:59 -04:00
Misc Allow getCommandHelp to be told whether to use simpleSyntax. 2009-05-18 03:12:54 -04:00
MoobotFactoids Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
Network Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
News Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
NickCapture Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
Nickometer Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
Note Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
Owner Fix a syntax error in the last command flood commit 2009-03-11 13:37:26 -04:00
Plugin Munge Author's email in __str__ instead of relying on munging the results of Author.__str__ 2006-07-14 20:54:31 +00:00
Praise Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
Protector Use the hostmask argument isProtected is given instead of trying to use a non-existant variable. 2009-03-11 13:37:24 -04:00
Quote Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
QuoteGrabs Add .gitignore 2009-02-27 14:17:31 -05:00
RSS Add a pluginCommands kwarg to Commands.listCommands. 2009-05-22 18:52:15 -04:00
Relay Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
Reply Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
Scheduler Add test for a bug Tar-Get brought up on IRC 2009-03-11 13:37:26 -04:00
Seen plugins/Seen: Use an IrcSet to gather the seen nicks instead of a list. This makes commands like '@seen *amessan' work as expected. 2006-06-21 13:46:10 +00:00
Services Services/plugin.py: Add some parens to ensure self.sentGhost is only used if it's not None. 2006-08-15 14:49:42 +00:00
ShrinkUrl ShrinkUrl: Add shrinkSnarfer.showDomain config 2009-03-07 23:46:50 -05:00
Status Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
String String: Trim trailing \n from encode's response. 2009-04-06 11:29:11 -04:00
Success Add Success plugin from supybot-plugins package 2009-05-07 22:52:16 -04:00
Time Update dateutil to latest version and include all files 2009-05-11 12:16:28 -04:00
Todo Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
Topic Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
URL Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
Unix Backed out my previous change. I should know better than to question the all-knowing jamessan. 2009-03-11 13:37:25 -04:00
User User: Add private constraint to hostmask.add since a password may be given 2009-04-08 16:55:40 -04:00
Utilities Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
Web Adjust testTitle to take into account /.'s slight change 2009-03-11 13:37:26 -04:00
__init__.py Return a fake MakeDB function when documenting plugins. 2009-04-27 19:31:58 -04:00