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