2.0/Modules/ns alist
From AnopeWiki
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"; }