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

From ZNC
Revision as of 01:47, 17 July 2012 by DarthGandalf (talk | contribs) (→‎Usage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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>