]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Fix multiple (useless) linefeeds on the end of ADDLINE in burst
[user/henk/code/inspircd.git] / include / users.h
index 507fdf97bb3d969d6a011f786d00cc7d52029492..a63dd7cc67a95b882eb29a5e985cc9f3eaea19ff 100644 (file)
@@ -1033,7 +1033,7 @@ class CoreExport User : public connection
         * @param text The text format string to send
         * @param ... Format arguments
         */
-       void SendAll(const char* command, char* text, ...);
+       void SendAll(const char* command, const char* text, ...);
 
        /** Compile a channel list for this user, and send it to the user 'source'
         * Used internally by WHOIS