Difference between revisions of "2.0/Modules/ms rsend"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/ms_rsend}} {{Syntax|ms_rsend|MemoServ|Anope}} == <div class="moduleheader">Description</div> == Sends the named nick or channel a memo containing memo-...") |
(No difference)
|
Latest revision as of 17:17, 8 May 2014
Language | |
---|---|
English |
|
Description
Sends the named nick or channel a memo containing memo-text. When sending to a nickname, the recipient will receive a notice that he/she has a new memo. The target nickname/channel must be registered. Once the memo is read by its recipient, an automatic notification memo will be sent to the sender informing him/her that the memo has been read.
NOTE: This is disabled by default.
Commands
- rsend {nick | channel} memo-text
Examples
/msg MemoServ RSEND Fred Change your Ident before returning. We do not allow hate language here. Ident: Nazi
Default Configuration
/* * ms_rsend * * Provides the command memoserv/rsend. * * Used to send a memo requiring a receipt be sent back once it is read. * * Requires configuring memoserv:memoreceipt. */ #module { name = "ms_rsend" /* * Only allow Services Operators to use ms_rsend. * * This directive is optional. */ operonly = false } #command { service = "MemoServ"; name = "RSEND"; command = "memoserv/rsend"; }