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.
notes
This module is a part of ZNC. This module is shipped with ZNC by default. If you have the right "LoadMod" you can activate it with /znc LoadMod notes The code for this module can be found here. |
This modules stores and displays short notes using a key/note pairs and shows them to you on connect. Notes are also accesible via the WebModules interface.
Usage
Arguments
This user module takes up to one arguments. It can be -disableNotesOnLogin
not to show notes upon client login
Read loading modules to learn more about loading modules.
Commands
The notes list is automatically saved on modification.
An example:
/msg *notes Help /msg *notes List /msg *notes Add <Key> <Note> /msg *notes Del <Key> /msg *notes Mod <Key> <Note>
Additionally, you can use some shorthand commands to achieve similar functionality:
To list notes:
/#?
To add/modify notes:
/#+<Key> <Note>
To delete notes:
/#-<Key>