diff options
| author | 2021-05-14 16:54:33 +0100 | |
|---|---|---|
| committer | 2021-05-14 16:54:33 +0100 | |
| commit | 7a712456f1b7debbf72649dd7c03e05b56f17461 (patch) | |
| tree | cab844135f30ec8f1dad4e21940566a04feafa64 /src/modules/m_chghost.cpp | |
| parent | Refactor the DNSBL config storage class. (diff) | |
| parent | Release v3.10.0. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_chghost.cpp')
| -rw-r--r-- | src/modules/m_chghost.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_chghost.cpp b/src/modules/m_chghost.cpp index 720839b34..333cda05f 100644 --- a/src/modules/m_chghost.cpp +++ b/src/modules/m_chghost.cpp @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2013-2014, 2017-2018, 2020 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2013-2014, 2017-2018, 2020-2021 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012-2014, 2016 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be> * Copyright (C) 2009, 2012 Daniel De Graaf <danieldg@inspircd.org> @@ -28,7 +28,7 @@ class CommandChghost : public Command { public: - std::bitset<UCHAR_MAX> hostmap; + std::bitset<UCHAR_MAX + 1> hostmap; CommandChghost(Module* Creator) : Command(Creator,"CHGHOST", 2) |
