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