diff options
| author | 2022-08-27 14:48:19 +0100 | |
|---|---|---|
| committer | 2022-08-27 14:48:19 +0100 | |
| commit | 28a7f1f0c8163fe202ad0b6c228ff48dc0c13934 (patch) | |
| tree | 88b41aee139056b3cac1079b0e49ec784c1e8786 /src/modules/m_connflood.cpp | |
| parent | Replace GetUserCounter() with GetUsers().size(). (diff) | |
| parent | Release v3.14.0. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_connflood.cpp')
| -rw-r--r-- | src/modules/m_connflood.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_connflood.cpp b/src/modules/m_connflood.cpp index de307f2d0..5f5ff5588 100644 --- a/src/modules/m_connflood.cpp +++ b/src/modules/m_connflood.cpp @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2013, 2018-2021 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2013, 2018-2022 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012-2013 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> |
