Difference between revisions of "2.0/Modules/ns alist"
From AnopeWiki
m |
|||
Line 9: | Line 9: | ||
== <div class="moduleheader">Commands</div> == | == <div class="moduleheader">Commands</div> == | ||
− | alist [nickname] | + | ;alist [nickname] |
== <div class="moduleheader">Examples</div> == | == <div class="moduleheader">Examples</div> == | ||
− | + | /msg Nickserv alist | |
− | + | /msg NickServ alist fred | |
== <div class="moduleheader">Default Configuration</div> == | == <div class="moduleheader">Default Configuration</div> == |
Latest revision as of 21:32, 9 May 2014
Language | |
---|---|
English |
|
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"; }