]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/usermanager.h
Fix multiple (useless) linefeeds on the end of ADDLINE in burst
[user/henk/code/inspircd.git] / include / usermanager.h
index 33b97129a9bf1ad143d2757e596bbe39b7fd3026..0fe418ba3fb25dbf02972049fa176b7c983d7da3 100644 (file)
@@ -138,13 +138,13 @@ class CoreExport UserManager : public classbase
         * @param text The text format string to send
         * @param ... The format arguments
         */
-       void ServerNoticeAll(char* text, ...);
+       void ServerNoticeAll(const char* text, ...);
 
        /** Send a server message (PRIVMSG) to all local users
         * @param text The text format string to send
         * @param ... The format arguments
         */
-       void ServerPrivmsgAll(char* text, ...);
+       void ServerPrivmsgAll(const char* text, ...);
 
        /** Send text to all users with a specific set of modes
         * @param modes The modes to check against, without a +, e.g. 'og'