Difference between revisions of "2.0/Modules/ms del"

From AnopeWiki
Jump to: navigation, search
(Created page with "{{Language|2.0/Modules/ms_del}} {{Syntax|ms_del|MemoServ|Anope}} == <div class="moduleheader">Description</div> == Deletes the specified memo or memos. You can supply multipl...")
 
(No difference)

Latest revision as of 17:50, 8 May 2014

Language

English

Service MemoServ
Module ms_del
Author Anope

Description

Deletes the specified memo or memos. You can supply multiple memo numbers or ranges of numbers instead of a single number.

If LAST is given, the last memo will be deleted.

If ALL is given, deletes all of your memos.

Commands

del [channel] {num | list | LAST | ALL}

Examples

/msg MemoServ DEL 3

/msg MemoServ DEL #myChannel ALL

Default Configuration

/*
 * ms_del
 *
 * Provides the command memoserv/del.
 *
 * Used to delete your memos.
 */
module { name = "ms_del" }
command { service = "MemoServ"; name = "DEL"; command = "memoserv/del"; }