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: Difference between revisions

From ZNC
Jump to navigation Jump to search
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..."
 
 
Line 5: Line 5:
== Usage ==
== Usage ==


{{Module arguments}}
{{Module arguments|count=up to one|extra=It can be <code>-disableNotesOnLogin</code> not to show notes upon client login}}


=== Commands ===
=== Commands ===

Latest revision as of 01:47, 17 July 2012

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>