Actions
Errata-20160307 » History » Revision 5
« Previous |
Revision 5/9
(diff)
| Next »
David Demelier, 03/07/2016 08:57 PM
Errata 20160307¶
Topic: Invalid responses in plugin info command
Category: Plugins
Corrected: r64
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 http://hg.malikania.fr/irccd
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:
- http://releases.malikania.fr/irccd/errata/20160307.patch
- http://releases.malikania.fr/irccd/errata/20160307.patch.asc
Apply it:
cd /path/to/irccd/ patch -p1 < /path/to/20160307.patch
Updated by David Demelier about 7 years ago · 5 revisions