]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/protocol.h
Change type of snomask parameter to char in ProtocolInterface::SendSNONotice()
[user/henk/code/inspircd.git] / include / protocol.h
index b077a4f4766190f04c74d890eb891fe650b924c2..4afb0bf59165cb86890330bdaa1edf62db543c8c 100644 (file)
@@ -104,7 +104,7 @@ class CoreExport ProtocolInterface
         * @param snomask The snomask required for the message to be sent.
         * @param text The message to send.
         */
-       virtual void SendSNONotice(const std::string &snomask, const std::string &text) { }
+       virtual void SendSNONotice(char snomask, const std::string& text) { }
 
        /** Send raw data to a remote client.
         * @param target The user to push data to.