diff options
| author | 2023-04-28 19:30:25 +0100 | |
|---|---|---|
| committer | 2023-04-28 19:30:25 +0100 | |
| commit | 8900f172311fa6876e40789d6f9ab4127ccb5163 (patch) | |
| tree | 2f0ef3e7edb975a67730191e0d90f67fd55ea3de /src/modules/m_codepage.cpp | |
| parent | Fix narrowing of the config in the messageflood module. (diff) | |
| parent | Release v3.16.0. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_codepage.cpp')
| -rw-r--r-- | src/modules/m_codepage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_codepage.cpp b/src/modules/m_codepage.cpp index 583cd8c03..26c9b82bb 100644 --- a/src/modules/m_codepage.cpp +++ b/src/modules/m_codepage.cpp @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2020-2021 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2020-2022 Sadie Powell <sadie@witchery.services> * * 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 |
