2.0/Modules/ms list
From AnopeWiki
Language | |
---|---|
English |
|
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"; }