Your message dated Thu, 24 Jul 2008 08:33:05 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#492165: supybot: Plugin plugin command bug
has caused the Debian Bug report #492165,
regarding supybot: Plugin plugin command bug
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
492165: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492165
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: supybot
Version: 0.83.3-1
Severity: normal
1. use supybot-wizard to create a new bot
2. !load Plugin
3. !load Seen
3. !Plugin plugin last
Result: The "last" command is available in the Misc plugin.
Expected Result: the last command is offered in both the Misc and Seen
plugins but is not reported correctly.
-- 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
--- End Message ---
--- Begin Message ---
On Thu, Jul 24, 2008 at 12:23:03AM -0700, Grant Bowman wrote:
> 1. use supybot-wizard to create a new bot
> 2. !load Plugin
> 3. !load Seen
> 3. !Plugin plugin last
>
> Result: The "last" command is available in the Misc plugin.
>
> Expected Result: the last command is offered in both the Misc and Seen
> plugins but is not reported correctly.
Plugin.plugin reports the behavior of calling the given command. If
"@somecommand" runs a command instead of reporting that somecommand is
available in multiple plugins which must be disambiguated, then "@plugin
somecommand" will only list the plugin providing the somecommand that is
run.
Misc.apropos will always list all plugins that provide a certain
command.
In this case, Misc is, by default, registered as the default plugin for
the last command so it is what Plugin.plugin reports. If you want
another plugin's last to be default, take a look at the defaultplugin
command in the Owner plugin.
--
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>
signature.asc
Description: Digital signature
--- End Message ---