diff options
| author | 2025-03-29 04:31:31 +0000 | |
|---|---|---|
| committer | 2025-03-29 04:33:29 +0000 | |
| commit | 8b5bccaa8c382cca1dfae3c985e6045f1c367e1f (patch) | |
| tree | 7161d8e2912031c7cc48e2c81cee8c2aa590c54f /modules/botmode.cpp | |
| parent | Remove support for in-query password comparison in sqlauth. (diff) | |
| parent | Release v4.7.0. (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/botmode.cpp')
| -rw-r--r-- | modules/botmode.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/botmode.cpp b/modules/botmode.cpp index c9cb2202e..c56907603 100644 --- a/modules/botmode.cpp +++ b/modules/botmode.cpp @@ -1,11 +1,10 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2017-2024 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2017-2025 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012, 2015 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org> - * Copyright (C) 2007 Dennis Friis <peavey@inspircd.org> * Copyright (C) 2004 Craig Edwards <brain@inspircd.org> * * This file is part of InspIRCd. InspIRCd is free software: you can @@ -62,7 +61,7 @@ private: public: ModuleBotMode() - : Module(VF_VENDOR, "Adds user mode B (bot) which marks users with it set as bots in their /WHOIS response.") + : Module(VF_VENDOR, "Adds user mode B (bot) which marks users with it set as bots.") , ISupport::EventListener(this) , Who::EventListener(this) , Whois::EventListener(this) |
