Difference between revisions of "2.0/Modules/ms read"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/ms_read}} {{Syntax|ms_read|MemoServ|Anope}} == <div class="moduleheader">Description</div> == Sends you the text of the memos specified. If LAST is giv...") |
(No difference)
|
Latest revision as of 17:05, 8 May 2014
Language | |
---|---|
English |
|
Description
Sends you the text of the memos specified. If LAST is given, sends you the memo you most recently received. If NEW is given, sends you all of your new memos. Otherwise, sends you memo number num. You can also give a list of numbers.
Commands
- read [channel] {num | list | LAST | NEW}
Examples
/msg MemoServ READ #myChannel NEW
/msg MemoServ READ 4-7
/msg Memoserv READ LAST
Default Configuration
/* * ms_read * * Provides the command memoserv/read. * * Used to read your memos. */ module { name = "ms_read" } command { service = "MemoServ"; name = "READ"; command = "memoserv/read"; }