Difference between revisions of "Module:Notes"

From BNC4FREE
Jump to navigation Jump to search
(Initial Page)
 
(Module Info for notes added)
Line 1: Line 1:
Information about this module will appear shortly
+
= notes =
 +
This module lets you store notes within the bouncer. Notes are available in the webpanel and will also be displayed to you on connect (unless you choose for them not to be).
  
[[Category:Modules]]
+
== Usage ==
 +
 
 +
=== Arguments ===
 +
This module takes 2 arguments
 +
 
 +
{| class="wikitable"
 +
! style="font-weight:bold;" | Argument
 +
! style="font-weight:bold;" | Type
 +
! style="font-weight:bold;" | Description
 +
|-
 +
| -disableNotesOnLogin
 +
| Optional
 +
| Takes no other parameters and will disable notes being shown to you on login
 +
|}
 +
 
 +
=== Commands ===
 +
To add, remove, modify and list notes, the following commands are available:
 +
 
 +
    /msg *notes add <Key> <Note>
 +
Add a note with a given key/title
 +
 
 +
    /msg *notes del <Key>
 +
Delete a note with a given key/title
 +
 
 +
    /msg *notes mod <Key> <Note>
 +
Modifies a note with a given key/title
 +
 
 +
    /msg *notes list
 +
List all the notes that you have saved
 +
 
 +
[[Category:Modules]] [[Category:User_Modules]]

Revision as of 21:06, 22 April 2020

notes

This module lets you store notes within the bouncer. Notes are available in the webpanel and will also be displayed to you on connect (unless you choose for them not to be).

Usage

Arguments

This module takes 2 arguments

Argument Type Description
-disableNotesOnLogin Optional Takes no other parameters and will disable notes being shown to you on login

Commands

To add, remove, modify and list notes, the following commands are available:

   /msg *notes add <Key> <Note>

Add a note with a given key/title

   /msg *notes del <Key>

Delete a note with a given key/title

   /msg *notes mod <Key> <Note>

Modifies a note with a given key/title

   /msg *notes list

List all the notes that you have saved