X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmessage.h;h=ed44868eeff4fd248f89d408e5aa6f827ea1b068;hb=c7b938502295ddc5b2c89e0854d8c5c19ede32dc;hp=eae27ff94c0332d73222e2ae47d046145ea31547;hpb=9a0046a709e1fe9236d54838e2de530813972400;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/message.h b/include/message.h index eae27ff94..ed44868ee 100644 --- a/include/message.h +++ b/include/message.h @@ -1,8 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2018 Attila Molnar * Copyright (C) 2017-2018, 2020 Sadie Powell - * Copyright (C) 2017-2018 Attila Molnar * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public @@ -42,7 +42,7 @@ class CoreExport MessageDetails /** Whether to update the source user's idle time. */ bool update_idle; - /** The users who are exempted from receiving this message. */ + /** The users who are exempted from receiving this message. */ CUList exemptions; /* The original message as sent by the user. */ @@ -58,7 +58,7 @@ class CoreExport MessageDetails std::string text; /** The type of message. */ - const MessageType type; + MessageType type; /** Determines whether the specified message is a CTCP. If the specified message * is a CTCP then the CTCP name and CTCP body are extracted and stored in the