X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fchannels.h;h=f01a0434fd22d2937c4febf67d8ce1a79c7c666d;hb=327bacd3687f307a5f8586856a94b16c9e4370bf;hp=c3bdc160bc24d0d9faad9360d9f163828b360780;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/channels.h b/include/channels.h index c3bdc160b..f01a0434f 100644 --- a/include/channels.h +++ b/include/channels.h @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2013-2018 Attila Molnar - * Copyright (C) 2012-2013, 2017-2019 Sadie Powell + * Copyright (C) 2012-2013, 2017-2020 Sadie Powell * Copyright (C) 2012 Robby * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2007-2008 Robin Burchell @@ -289,6 +289,7 @@ class CoreExport Channel : public Extensible * @param status The minimum status rank to send this message to. */ void WriteNotice(const std::string& text, char status = 0); + void WriteRemoteNotice(const std::string& text, char status = 0); }; inline bool Channel::HasUser(User* user)