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