Actions
Errata-20160307 » History » Revision 1
Revision 1/9
| Next »
David Demelier, 03/07/2016 06:50 PM
Errata 20160307¶
Topic: Invalid responses in plugin info command
Category: Plugins
Corrected: pending
Affected versions: 2.0.0
Task: #430
Background¶
The plugin plugin can inspect and show loaded plugins from IRC commands. It understands info and list.
Problem¶
The plugin info command always gives the output of the current plugin and not the target one. This is because of a conditional error in the Irccd.Plugin
API.
Solution¶
Upgrade to a newer version if applicable.
Using Mercurial¶
If you don't have a local copy:
hg clone -u https://hg.malikania.fr/
If you already have a local copy:
cd /path/to/irccd hg pull hg up release-2.0
And install new version of irccd.
Using patch¶
Download the following patch:
Updated by David Demelier about 7 years ago · 1 revisions