aboutsummaryrefslogtreecommitdiff
path: root/modules/botmode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/botmode.cpp')
-rw-r--r--modules/botmode.cpp5
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)