Difference between revisions of "2.0/Modules/cs getkey"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/cs_getkey}} {{Syntax|cs_getkey|ChanServ|Anope}} == <div class="moduleheader">Description</div> == Returns the key of the given channel. == <div class=...") |
(No difference)
|
Latest revision as of 16:53, 6 May 2014
Language | |
---|---|
English |
|
Description
Returns the key of the given channel.
Commands
- getkey channel
Examples
/msg ChanServ GETKEY #myChannel
Default Configuration
/* * cs_getkey * * Provides the command chanserv/getkey. * * Used for getting the key for channels. */ module { name = "cs_getkey" } command { service = "ChanServ"; name = "GETKEY"; command = "chanserv/getkey"; }