Difference between revisions of "2.0/Modules/ms send"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/ms_send}} {{Syntax|ms_send|MemoServ|Anope}} == <div class="moduleheader">Description</div> == Sends the named nick or channel a memo containing memo-te...") |
(No difference)
|
Latest revision as of 17:20, 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.
Commands
- send [nick / channel] memo-text
Examples
/msg MemoServ SEND #Barney Hi! I'm Fred. We should get togethre some time for a beer and catch up.
Default Configuration
/* * ms_send * * Provides the command memoserv/send. * * Used to send memos. */ module { name = "ms_send" } command { service = "MemoServ"; name = "SEND"; command = "memoserv/send"; }