aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-06-28 10:13:49 +0100
committerGravatar Sadie Powell2024-07-07 20:54:18 +0100
commit78c4f3bd97d003d0f528d98752e0528023b27045 (patch)
tree9fdc600c50f0d3aba667beafa4f4084679f46275 /include
parentRelease v3.17.1. (diff)
Tell people to use the main ChatSpike domain not our alias.
Backport from master.
Diffstat (limited to 'include')
-rw-r--r--include/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/server.h b/include/server.h
index 5e3110bb0..0ee1e3a34 100644
--- a/include/server.h
+++ b/include/server.h
@@ -71,7 +71,7 @@ class CoreExport Server : public classbase
/**
* Returns the name of this server
- * @return The name of this server, for example "irc.inspircd.org".
+ * @return The name of this server, for example "irc.example.com".
*/
const std::string& GetName() const { return name; }