diff options
| author | 2022-08-27 14:48:19 +0100 | |
|---|---|---|
| committer | 2022-08-27 14:48:19 +0100 | |
| commit | 28a7f1f0c8163fe202ad0b6c228ff48dc0c13934 (patch) | |
| tree | 88b41aee139056b3cac1079b0e49ec784c1e8786 /include/clientprotocol.h | |
| parent | Replace GetUserCounter() with GetUsers().size(). (diff) | |
| parent | Release v3.14.0. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'include/clientprotocol.h')
| -rw-r--r-- | include/clientprotocol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clientprotocol.h b/include/clientprotocol.h index 5aab4b0a3..83b1aa907 100644 --- a/include/clientprotocol.h +++ b/include/clientprotocol.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2018-2020 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2018-2020, 2022 Sadie Powell <sadie@witchery.services> * Copyright (C) 2018 Attila Molnar <attilamolnar@hush.com> * * This file is part of InspIRCd. InspIRCd is free software: you can @@ -700,7 +700,7 @@ public: * @param mod Module owning the serializer. * @param Name Name of the serializer, e.g. "rfc". */ - Serializer(Module* mod, const char* Name); + Serializer(Module* mod, const std::string& Name); /** Handle a tag in a message being parsed. Call this method for each parsed tag. * @param user User sending the tag. |
