Difference between revisions of "2.0/Modules/cs invite"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/cs_invite}} {{Syntax|cs_invite|ChanServ|Anope}} == <div class="moduleheader">Description</div> == Tells ChanServ to invite you or an optionally specifi...") |
(No difference)
|
Latest revision as of 17:10, 6 May 2014
Language | |
---|---|
English |
|
Description
Tells ChanServ to invite you or an optionally specified nick into the given channel.
By default, limited to AOPs or those with level 5 and above on the channel.
Commands
- invite channel [nick]
Examples
/msg ChanServ INVITE #myChannel
Default Configuration
/* * cs_invite * * Provides the command chanserv/invite. * * Used for inviting yourself in to channels. */ module { name = "cs_invite" } command { service = "ChanServ"; name = "INVITE"; command = "chanserv/invite"; }