diff options
| author | 2024-11-24 01:50:45 +0000 | |
|---|---|---|
| committer | 2024-11-24 01:50:45 +0000 | |
| commit | 803faa5f7a7b973a61878d7ec4ca9d0de43b980f (patch) | |
| tree | 1da7b269cfbd10bbcc64d735dcc33fb251f2d473 /modules/botmode.cpp | |
| parent | Merge branch 'insp4' into master. (diff) | |
| parent | Revert "Speed up the Windows build with precompiled headers". (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/botmode.cpp')
| -rw-r--r-- | modules/botmode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/botmode.cpp b/modules/botmode.cpp index c2c1330ae..6db215886 100644 --- a/modules/botmode.cpp +++ b/modules/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"); } } }; |
