]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
Tons more sanity checks and length checks
[user/henk/code/inspircd.git] / include / channels.h
index b60ee6cadfc2bea9cf3ca1430b15c580cc1e0adc..9f97c3b8b9c3e99c8cdd86f616b6ae34cfa6326b 100644 (file)
@@ -132,12 +132,12 @@ class chanrec : public classbase
        /** The list of all bans set on the channel.
         */
        BanList bans;
-
+       
        /** Sets or unsets a custom mode in the channels info
         */
        void SetCustomMode(char mode,bool mode_on);
 
-       /** Sets or unsets the parameterrs for a custom mode in a channels info
+       /** Sets or unsets the parameters for a custom mode in a channels info
         */
        void SetCustomModeParam(char mode,char* parameter,bool mode_on);