Actions
Errata 20161101.1¶
Topic: Plugin auth does not authenticate with quakenet
Category: Plugins
Corrected: 2.0.3
Affected versions: 2.0.2
Task: #506
Background¶
The plugin auth can authenticate the bot to NickServ or quakenet.
Problem¶
The plugin uses a function Irccd.Logger.log which does not exist instead of Irccd.Logger.info.
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.0 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/20161101.1.patch
- http://releases.malikania.fr/irccd/errata/20161101.1.patch.asc
Apply it:
cd /path/to/irccd/ patch -p1 < /path/to/20161101.1.patch
Updated by David Demelier about 6 years ago · 4 revisions