diff options
author | Mysteries <mysteriousragnarok@hotmail.com> | 2015-06-02 14:40:42 -0400 |
---|---|---|
committer | Mysteries <mysteriousragnarok@hotmail.com> | 2015-06-02 14:40:42 -0400 |
commit | 1e73244c744b509ac216e81ec021ff1638397036 (patch) | |
tree | 74fbca67820e0f42284f857571031e58906b28a8 /src/common/core.c | |
parent | 712812b945debfd369383354431840e9d249a3ae (diff) | |
download | hercules-1e73244c744b509ac216e81ec021ff1638397036.tar.gz hercules-1e73244c744b509ac216e81ec021ff1638397036.tar.bz2 hercules-1e73244c744b509ac216e81ec021ff1638397036.tar.xz hercules-1e73244c744b509ac216e81ec021ff1638397036.zip |
Follow up to 712812b
- More link changes
- Added proper link to Roulette topic
Diffstat (limited to 'src/common/core.c')
-rw-r--r-- | src/common/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/core.c b/src/common/core.c index 8bf381589..ea028002a 100644 --- a/src/common/core.c +++ b/src/common/core.c @@ -250,7 +250,7 @@ static CMDLINEARG(help) */ static CMDLINEARG(version) { - ShowInfo(CL_GREEN"Website/Forum:"CL_RESET"\thttp://hercules.ws/\n"); + ShowInfo(CL_GREEN"Website/Forum:"CL_RESET"\thttp://herc.ws/\n"); ShowInfo(CL_GREEN"IRC Channel:"CL_RESET"\tirc://irc.rizon.net/#Hercules\n"); ShowInfo("Open "CL_WHITE"readme.txt"CL_RESET" for more information.\n"); return false; |