Package: supybot Version: 0.83.3-1 Severity: normal
1. !load Plugin 2. !plugin help plugin Result: This plugin exists to help users manage their plugins. Use 'plugin list' to list the loaded plugins; use 'plugin help' to get this sort of help from other plugins; use the 'plugin' command itself to determine what plugin a command exists in. Expected Result: The last two lines are incorrect according to James Vega. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492165 Plugin.help responds with the help for a plugin. The last two lines of the output describes the plugin command and what it is supposed to do. Here is the approximate location in the code of the text: --- ./supybot-0.83.3/plugins/Plugin/plugin.py 2006-07-23 16:29:58.000000000 -0700 +++ ./supybot-0.83.3/plugins/Plugin/plugin.py.diff 2008-07-29 14:24:42.000000000 -0700 @@ -39,8 +39,6 @@ class Plugin(callbacks.Plugin): """This plugin exists to help users manage their plugins. Use 'plugin list' to list the loaded plugins; use 'plugin help' to get this sort of - help from other plugins; use the 'plugin' command itself to determine what - plugin a command exists in.""" def help(self, irc, msg, args, cb): """<plugin> -- System Information: Debian Release: lenny/sid Architecture: i386 (i686) Versions of packages supybot depends on: ii python 2.5.2-0ubuntu1 An interactive high-level object-o ii python-support 0.7.5ubuntu1 automated rebuilding support for p supybot recommends no packages. -- no debconf information -- -- Grant Bowman <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]