Difference between revisions of "2.0/Modules/ms cancel"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/ms_cancel}} {{Syntax|ms_cancel|MemoServ|Anope}} == <div class="moduleheader">Description</div> == Cancels the last memo you sent to the given nick or c...") |
(No difference)
|
Latest revision as of 16:42, 8 May 2014
Language | |
---|---|
English |
|
Description
Cancels the last memo you sent to the given nick or channel, provided it has not been read at the time you use the command.
Commands
- cancel {nick | channel}
Examples
/msg MemoServ CANCEL Fred
Default Configuration
/* * ms_cancel * * Provides the command memoserv/cancel. * * Used to cancel memos already sent but not yet read. */ module { name = "ms_cancel" } command { service = "MemoServ"; name = "CANCEL"; command = "memoserv/cancel"; }