Difference between revisions of "2.0/Modules/ms info"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/ms_info}} {{Syntax|ms_info|MemoServ|Anope}} == <div class="moduleheader">Description</div> == Without a parameter, displays information on the number o...") |
(No difference)
|
Latest revision as of 16:58, 8 May 2014
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"; }