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