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