]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
XHTML 1.1 spec validation and charset
[user/henk/code/inspircd.git] / include / channels.h
index ade28470946ca8937319303448bf0d49e3ea3c5d..17e47c88db34fd7bb8cddf484d4fdb2b3c03187e 100644 (file)
@@ -173,7 +173,7 @@ class chanrec : public Extensible
         * @param parameter The parameter string to associate with this mode character
         * @param mode_on True if you want to set the mode or false if you want to remove it
         */
-       void SetModeParam(char mode,char* parameter,bool mode_on);
+       void SetModeParam(char mode,const char* parameter,bool mode_on);
  
        /** Returns true if a mode is set on a channel
          * @param mode The mode character you wish to query