Difference between revisions of "2.0/Modules/ms list"

From AnopeWiki
Jump to: navigation, search
(Created page with "{{Language|2.0/Modules/ms_list}} {{Syntax|ms_list|MemoServ|Anope}} == <div class="moduleheader">Description</div> == Lists any memos you currently have. With NEW, lists only...")
 
(No difference)

Latest revision as of 18:02, 8 May 2014

Language

English

Service MemoServ
Module ms_list
Author Anope

Description

Lists any memos you currently have. With NEW, lists only new (unread) memos. Unread memos are marked with a "*" to the left of the memo number. You can also specify a list of numbers.

Commands

list [channel] [list | NEW]

Examples

/msg MemoServ LIST #myChannel NEW

/msg MemoServ LIST 1-3

Default Configuration

/*
 * ms_list
 *
 * Provides the command memoserv/list.
 *
 * Used to list your current memos.
 */
module { name = "ms_list" }
command { service = "MemoServ"; name = "LIST"; command = "memoserv/list"; }