Description Returns the key (channel mode +k) of the given channel. Commands /CS getkey channel Examples /msg ChanServ GETKEY #myChannel
Using ChanServ to LOCK channel MODEs Syntax: /CS MODE channel LOCK {ADD|DEL|SET|LIST} [what] /CS MODE channel SET modes /CS MODE channel CLEAR [what] Controls mode locks and mode access (which is different from channel access) on a channel. The MODE LOCK command allows you to add, delete, and view mode locks on a channel. If a mode is locked on or off, services will not allow that mode to be changed. The SET command will clear all existing mode locks and set the new one given, while ADD and DEL modify the existing mode lock. Example: /CS MODE #channel LOCK ADD +bmnt *!*@*aol* The MODE SET command allows you to set modes through services. Wildcards * and ? may be given as parameters for list…
InspIRCd supports five types of mode: Type Parameter when adding? Parameter when removing? Can be set multiple times? Description Switch No No No Toggles the behaviour of a feature on a channel or user. Parameter Yes No No Enables and configures the behaviour of a feature on a channel or user. ParamBoth Yes Yes No The same as a Parameter mode only the parameter must be specified to remove it. Prefix Yes; channel member nickname Yes; channel member nickname Yes; once per channel member Grants/revokes a status rank to the user specified in the parameter. List Yes Yes Yes; up to the maximum list size Adds/removes entries from a list. Core Core channel modes are channel modes which are always available. For details on the channel modes provided by modules,…