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 13:36, 17 December 2011 by DarthGandalf (talk | contribs) (Created page with "{{DISPLAYTITLE:notes}} {{Core Module}} 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 W...")
(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 no arguments.

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>