From 1bd8c09194ffe002b5bdb3e622396513ecb98a89 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 5 Nov 2024 20:41:10 +0000 Subject: Avoid repeating the network name in whois. --- src/modules/m_botmode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_botmode.cpp') diff --git a/src/modules/m_botmode.cpp b/src/modules/m_botmode.cpp index c2c1330ae..6db215886 100644 --- a/src/modules/m_botmode.cpp +++ b/src/modules/m_botmode.cpp @@ -112,7 +112,7 @@ public: { if (whois.GetTarget()->IsModeSet(bm)) { - whois.SendLine(RPL_WHOISBOT, "is a bot on " + ServerInstance->Config->Network); + whois.SendLine(RPL_WHOISBOT, "is a bot"); } } }; -- cgit v1.3.1-10-gc9f91