diff options
| author | 2020-11-01 00:32:38 +0000 | |
|---|---|---|
| committer | 2020-11-01 00:32:38 +0000 | |
| commit | e7837aa2ca339bc0e9d27496a02c5520bdecd674 (patch) | |
| tree | 6ba33424870c9a8dba25feb10ef23ae59de74f0f /src/modules/m_shun.cpp | |
| parent | Use auto for config code in more places. (diff) | |
| parent | Release v3.8.0. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_shun.cpp')
| -rw-r--r-- | src/modules/m_shun.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp index 9e5dcbc35..f6f34c326 100644 --- a/src/modules/m_shun.cpp +++ b/src/modules/m_shun.cpp @@ -5,17 +5,16 @@ * Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com> * Copyright (C) 2017-2018 B00mX0r <b00mx0r@aureus.pw> * Copyright (C) 2013, 2017-2018, 2020 Sadie Powell <sadie@witchery.services> - * Copyright (C) 2012-2016 Attila Molnar <attilamolnar@hush.com> + * Copyright (C) 2012-2013, 2015-2016 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012, 2018-2019 Robby <robby@chatbelgie.be> * Copyright (C) 2012 Jens Voss <DukePyrolator@anope.org> * Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org> - * Copyright (C) 2009 Matt Smith <dz@inspircd.org> * Copyright (C) 2009 John Brooks <special@inspircd.org> * Copyright (C) 2009 Dennis Friis <peavey@inspircd.org> * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> * Copyright (C) 2008-2010 Craig Edwards <brain@inspircd.org> - * Copyright (C) 2008-2009 Robin Burchell <robin+git@viroteck.net> * Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org> + * Copyright (C) 2008 Robin Burchell <robin+git@viroteck.net> * * 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 |
