diff options
| author | 2023-07-15 13:05:57 +0100 | |
|---|---|---|
| committer | 2023-07-15 13:05:57 +0100 | |
| commit | 75c17e87b63969a8250f2d09afb97e713cf99920 (patch) | |
| tree | 026aeb53103e18e4613e84a701cb909ff259fbd8 /src/modules/m_geoclass.cpp | |
| parent | Replace rand/rand_s/random with the C++11 random number generator. (diff) | |
| parent | If a watched user appears whilst away then also send RPL_GONEAWAY. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_geoclass.cpp')
| -rw-r--r-- | src/modules/m_geoclass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_geoclass.cpp b/src/modules/m_geoclass.cpp index 511180851..901d51332 100644 --- a/src/modules/m_geoclass.cpp +++ b/src/modules/m_geoclass.cpp @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2019-2020 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2019-2020, 2023 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 |
