diff options
| author | 2022-01-03 15:14:36 +0000 | |
|---|---|---|
| committer | 2022-01-03 15:14:36 +0000 | |
| commit | b96af051c2dde3da0b81d8e160e0ace985578720 (patch) | |
| tree | aac0c2d60a69b74d57b58b096cb0649d4fe5a4ed /src/modules/m_starttls.cpp | |
| parent | Fix PREFIX in RPL_ISUPPORT (#1955). (diff) | |
| parent | Update IRCCloud IP ranges (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_starttls.cpp')
| -rw-r--r-- | src/modules/m_starttls.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_starttls.cpp b/src/modules/m_starttls.cpp index 116f3e792..c8f396dc3 100644 --- a/src/modules/m_starttls.cpp +++ b/src/modules/m_starttls.cpp @@ -3,9 +3,9 @@ * * Copyright (C) 2020 Matt Schatz <genius3000@g3k.solutions> * Copyright (C) 2019 Robby <robby@chatbelgie.be> - * Copyright (C) 2018 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2018, 2021 Sadie Powell <sadie@witchery.services> * Copyright (C) 2014 Adam <Adam@anope.org> - * Copyright (C) 2013, 2015-2016 Attila Molnar <attilamolnar@hush.com> + * Copyright (C) 2013, 2016 Attila Molnar <attilamolnar@hush.com> * * 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 |
