aboutsummaryrefslogtreecommitdiff
path: root/include/clientprotocol.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-08-27 14:48:19 +0100
committerGravatar Sadie Powell2022-08-27 14:48:19 +0100
commit28a7f1f0c8163fe202ad0b6c228ff48dc0c13934 (patch)
tree88b41aee139056b3cac1079b0e49ec784c1e8786 /include/clientprotocol.h
parentReplace GetUserCounter() with GetUsers().size(). (diff)
parentRelease v3.14.0. (diff)
Merge branch 'insp3' into master.
Diffstat (limited to 'include/clientprotocol.h')
-rw-r--r--include/clientprotocol.h4
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.