To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
Identifymsg: Difference between revisions
DarthGandalf (talk | contribs) No edit summary |
m updated source urls |
||
Line 9: | Line 9: | ||
== Installing == | == Installing == | ||
The code for this module can be found [ | The code for this module can be found [https://github.com/znc/znc/blob/5074460c3751b037675efc609adca773bdd99e8c/modules/extra/identifymsg.cpp here] ([https://raw.githubusercontent.com/znc/znc/5074460c3751b037675efc609adca773bdd99e8c/modules/extra/identifymsg.cpp raw]). Follow the [[Compiling modules]] page to compile it. | ||
== Usage == | == Usage == |
Latest revision as of 20:21, 9 February 2018
This is an external module. Please note that it may or may not work with the current release (1.9.1). This module is not included in the default ZNC installation, and you will need to manually compile it before you can load this module. Contact the author if you have any questions, but feel free to ask in #znc on Libera.Chat. Someone might be able to help you there. |
Note: identify-msg
CAP is deprecated now in favor of extended-join
and account-notify
CAPs.
This module adds support to "identify-msg" CAP, which is used on some networks, for example freenode.
Note: "identify-msg" specs were kinda reverse-engineered for this module, so probably this implementation violates real specs in some way. If anyone knows where to find original, please tell me.
Installing
The code for this module can be found here (raw). Follow the Compiling modules page to compile it.
Usage
After loading the module just use ZNC. If you'll connect to a network which supports identify-msg, and your client supports identify-msg, your client will handle +/- from beginning of lines as it should. Clients which don't support identify-msg won't notice it, regardless of used network.
If network doesn't support identify-msg, everyone is assumed to be not identified, even if really the person is registered and identified to NickServ (or analog).
Arguments
This global module takes no arguments.
Read loading modules to learn more about loading modules.
Note
Contact DarthGandalf on irc://irc.freenode.net/#znc, or DGandalf on irc://irc.efnet.org/#znc for bug reports and suggestions.