Difference between revisions of "2.0/Modules/ns alist"

From AnopeWiki
Jump to: navigation, search
m
Line 1: Line 1:
 
{{Syntax|ns_alist|NickServ|Anope}}
 
{{Syntax|ns_alist|NickServ|Anope}}
 +
 +
== <div class="moduleheader">Description</div> ==
 +
Lists all channels you have access on.
 +
 +
Channels that have the NOEXPIRE option set will be prefixed by an exclamation mark. The nickname parameter is
 +
limited to Services Operators
 +
 +
== <div class="moduleheader">Commands</div> ==
 +
alist [nickname]
 +
 +
== <div class="moduleheader">Examples</div> ==
 +
::/msg Nickserv alist
 +
 +
::/msg NickServ alist fred
 +
 +
== <div class="moduleheader">Default Configuration</div> ==
 +
 +
<div class="code">
 +
<syntaxhighlight lang="cpp">
 +
/*
 +
* ns_alist
 +
*
 +
* Provides the command nickserv/alist.
 +
*
 +
* Used for viewing what channels you have access to.
 +
*/
 +
module { name = "ns_alist" }
 +
command { service = "NickServ"; name = "ALIST"; command = "nickserv/alist"; }
 +
</syntaxhighlight></div>

Revision as of 22:03, 4 May 2014

Service NickServ
Module ns_alist
Author Anope

Description

Lists all channels you have access on.

Channels that have the NOEXPIRE option set will be prefixed by an exclamation mark. The nickname parameter is limited to Services Operators

Commands

alist [nickname]

Examples

/msg Nickserv alist
/msg NickServ alist fred

Default Configuration

/*
 * ns_alist
 *
 * Provides the command nickserv/alist.
 *
 * Used for viewing what channels you have access to.
 */
module { name = "ns_alist" }
command { service = "NickServ"; name = "ALIST"; command = "nickserv/alist"; }