diff options
| author | 2023-07-15 13:05:57 +0100 | |
|---|---|---|
| committer | 2023-07-15 13:05:57 +0100 | |
| commit | 75c17e87b63969a8250f2d09afb97e713cf99920 (patch) | |
| tree | 026aeb53103e18e4613e84a701cb909ff259fbd8 /src/configparser.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) | |
| download | inspircd++-75c17e87b63969a8250f2d09afb97e713cf99920.tar.gz inspircd++-75c17e87b63969a8250f2d09afb97e713cf99920.tar.bz2 inspircd++-75c17e87b63969a8250f2d09afb97e713cf99920.zip | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/configparser.cpp')
| -rw-r--r-- | src/configparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configparser.cpp b/src/configparser.cpp index 865789e2c..bc554e7bb 100644 --- a/src/configparser.cpp +++ b/src/configparser.cpp @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com> - * Copyright (C) 2013-2014, 2016-2022 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2013-2014, 2016-2023 Sadie Powell <sadie@witchery.services> * Copyright (C) 2013 ChrisTX <xpipe@hotmail.de> * Copyright (C) 2012-2014 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012 Robby <robby@chatbelgie.be> |
