X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fchannels.h;h=22a373a0fa155d50dd4d34e3efa4d3643b7b7782;hb=79892a727e323dcc4bce7e9c0cf3c99c5fe61706;hp=0557a5898b5974b74b7334eddc7f28f97f5d49a5;hpb=b2ac8cc0a6405946a388b80df3be21bc276a61f3;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/channels.h b/include/channels.h index 0557a5898..22a373a0f 100644 --- a/include/channels.h +++ b/include/channels.h @@ -235,7 +235,6 @@ class CoreExport Channel : public Extensible /** Write to all users on a channel except some users * @param protoev Event to send, may contain any number of messages. * @param status The status of the users to write to, e.g. '@' or '%'. Use a value of 0 to write to everyone - * @param text A std::string containing the output line without prefix * @param except_list List of users not to send to */ void Write(ClientProtocol::Event& protoev, char status = 0, const CUList& except_list = CUList()); @@ -244,7 +243,6 @@ class CoreExport Channel : public Extensible * @param protoevprov Protocol event provider for the message. * @param msg Message to send. * @param status The status of the users to write to, e.g. '@' or '%'. Use a value of 0 to write to everyone - * @param text A std::string containing the output line without prefix * @param except_list List of users not to send to */ void Write(ClientProtocol::EventProvider& protoevprov, ClientProtocol::Message& msg, char status = 0, const CUList& except_list = CUList());