Actions
Errata 20170216¶
Topic: logs.type = console raises an error
Category: Irccd
Corrected: 2.1.1 (or revision r427)
Affected versions: 2.1.0
Task: #638
Background¶
Irccd allows different type of logs.
Problem¶
Irccd does not allow using console as logs.type
parameter while it's documented in the manual.
Solution¶
Upgrade to a newer version if applicable or apply one of the following fixes:
Using Mercurial¶
If you don't have a local copy:
hg clone -u release-2.1 http://hg.malikania.fr/irccd
If you already have a local copy:
cd /path/to/irccd hg pull hg up release-2.1
And install new version of irccd.
Using patch¶
Download the following patch:
- http://releases.malikania.fr/irccd/errata/20170216.patch
- http://releases.malikania.fr/irccd/errata/20170216.patch.asc
Apply it:
cd /path/to/irccd/ patch -p1 < /path/to/20170216.patch
Updated by David Demelier about 6 years ago · 5 revisions