]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
Remove spanningtree override of /LUSERS
[user/henk/code/inspircd.git] / include / channels.h
index 59f4d1cf35530b35eb46ab98fbe79a1e717b3739..591847407d8e766269cbbcfc7a4901a0c854a467 100644 (file)
@@ -362,8 +362,9 @@ class CoreExport Channel : public Extensible
         * @param user The user to associate the privilage with
         * @param prefix The prefix character to associate
         * @param adding True if adding the prefix, false when removing
+        * @return True if a change was made
         */
-       void SetPrefix(User* user, char prefix, bool adding);
+       bool SetPrefix(User* user, char prefix, bool adding);
 
        /** Check if a user is banned on this channel
         * @param user A user to check against the banlist