Difference between revisions of "2.0/Modules/ns ajoin"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/ns_access}} {| align="center" |- || {| class="wikitable" |{{ModServ}}||''' NickServ ''' |- |{{ModHead}}||''' ns_ajoin ''' |- |{{ModAuth}}||''' Anop...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Language|2.0/Modules/ | + | {{Language|2.0/Modules/ns_ajoin}} |
− | { | + | {{Syntax|ns_ajoin|NickServ|Anope}} |
− | + | ||
− | + | ||
− | {| | + | |
− | | | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
== <div class="moduleheader">Description</div> == | == <div class="moduleheader">Description</div> == | ||
Line 27: | Line 15: | ||
== <div class="moduleheader">Examples</div> == | == <div class="moduleheader">Examples</div> == | ||
− | + | /msg nickserv ajoin ADD MyName #help | |
− | + | /msg nickserv ajoin DEL #help | |
− | + | /msg nickserv ajoin LIST | |
Latest revision as of 21:32, 9 May 2014
Language | |
---|---|
English |
|
Description
This command manages your auto join list. When you identify you will automatically join the channels on your auto join list. Services Operators may provide a nick to modify other users' auto join lists.
Commands
ajoin ADD [nickname] channel [key]
ajoin DEL [nickname] channel
ajoin LIST [nickname]
Examples
/msg nickserv ajoin ADD MyName #help
/msg nickserv ajoin DEL #help
/msg nickserv ajoin LIST
Default Configuration
/* * ns_ajoin * * Provides the command nickserv/ajoin. * * Used for configuring channels to join once you identify. */ module { name = "ns_ajoin" /* * The maximum number of channels a user can have on NickServ's AJOIN command. */ ajoinmax = 10 } command { service = "NickServ"; name = "AJOIN"; command = "nickserv/ajoin"; }