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.
Ctcp Notifier: Difference between revisions
Create external module page 'ctcp_notifier' |
Fix link |
||
Line 8: | Line 8: | ||
== Installation == | == Installation == | ||
The source code of this module can be found [https://raw.githubusercontent.com/Zarthus/ | The source code of this module can be found [https://raw.githubusercontent.com/Zarthus/znc-modules/master/ctcp_notifier.cpp here]. | ||
Follow the [[Compiling modules]] page to compile it. | Follow the [[Compiling modules]] page to compile it. |
Revision as of 22:38, 4 July 2017
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. |
This module will notify you of CTCP requests you receive.
This is especially useful when you have custom CTCP responses set up with ZNC, as ZNC will not pass these requests through to your client. So you will never be aware of the fact that somebody sent you a CTCP request.
Installation
The source code of this module can be found here.
Follow the Compiling modules page to compile it.
Usage
Arguments
This user module takes no arguments.
Read loading modules to learn more about loading modules.
Commands
To issue a command, message *ctcp_notifier
with the command you want to execute.
The following commands are available:
- Help - show the list of available commands.
- Add - Add a new CTCP request to listen to.
- Delete - Delete a CTCP request we were previously listening to.
- Setup [unload] - Tell the module that you want to (un)load all your current custom CTCP responses. By default, no arguments means it will be loaded.
- Showall - Get notified of all CTCP requests, excluding CTCP ACTIONs.
Notifications
Once configured, a notification will look like this:
<*ctcp_notifier> Replying to CTCP TEST by Nick (Nick!ident@127.0.0.1).
Contact Author
If you have feedback, suggestions, an issue or otherwise would like to contact the author of this module. Please create a new issue on the external module's GitHub page.