X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fprotocol.h;h=4afb0bf59165cb86890330bdaa1edf62db543c8c;hb=a500ec70bb82151c8fcf7443b4645640233952e8;hp=b077a4f4766190f04c74d890eb891fe650b924c2;hpb=b5bc73e31026ee2087f0ceb5c7d9f99bf3c288a6;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/protocol.h b/include/protocol.h index b077a4f47..4afb0bf59 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -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.