2.0/Modules/ms list

From AnopeWiki
Revision as of 18:02, 8 May 2014 by Azander (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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"; }