diff options
author | Peter Powell <petpow@saberuk.com> | 2015-03-06 16:10:49 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2015-03-06 16:37:52 +0000 |
commit | cfff1874a8e934973d4090365b6d87bf37be8ed4 (patch) | |
tree | 178421346d88abbf7b7c044fd42b0c264821cea9 | |
parent | cd5d78203beeba0e6d07e47d67913166990feb2a (diff) |
Change server name in `./configure --help` to use the alias.
Requested by @attilamolnar.
-rw-r--r-- | make/configure.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/configure.pm b/make/configure.pm index 2cd5beb60..84f076483 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -167,7 +167,7 @@ FLAGS will search for c++, g++, clang++ or icpc. If you have any problems with configuring InspIRCd then visit our IRC channel -at irc.ChatSpike.net #InspIRCd. +at irc.inspircd.org #InspIRCd for support. EOH exit 0; |