diff options
Diffstat (limited to 'src/modules/m_serverban.cpp')
| -rw-r--r-- | src/modules/m_serverban.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/m_serverban.cpp b/src/modules/m_serverban.cpp index 044925a1d..97d4b3962 100644 --- a/src/modules/m_serverban.cpp +++ b/src/modules/m_serverban.cpp @@ -1,9 +1,9 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2013 Sadie Powell <sadie@witchery.services> - * Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be> + * Copyright (C) 2013, 2020 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012, 2014 Attila Molnar <attilamolnar@hush.com> + * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2010 Craig Edwards <brain@inspircd.org> * Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org> * Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org> @@ -49,7 +49,7 @@ class ModuleServerBan public: ModuleServerBan() - : Module(VF_VENDOR | VF_OPTCOMMON, "Adds the s extended ban which check whether users are on a server matching the specified glob pattern.") + : Module(VF_VENDOR | VF_OPTCOMMON, "Adds the s: extended ban which check whether users are on a server matching the specified glob pattern.") , extban(this) { } |
