2.0/Modules/ms info

From AnopeWiki
Jump to: navigation, search
Language

English

Service MemoServ
Module ms_info
Author Anope

Description

Without a parameter, displays information on the number of memos you have, how many of them are unread, and how many total memos you can receive.

With a channel parameter, displays the same information for the given channel.

With a nickname parameter, displays the same information for the given nickname. This is limited to Services Operators.

Commands

info [nick | channel]

Examples

/msg MemoServ INFO

/msg MemoServ INFO #myChannel

Default Configuration

/*
 * ms_info
 *
 * Provides the command memoserv/info.
 *
 * Used to show memo related information about an account or a channel.
 */
module { name = "ms_info" }
command { service = "MemoServ"; name = "INFO"; command = "memoserv/info"; }