aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/commands.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/commands.py b/server/commands.py
index 5dfe0300..16a4a3b1 100644
--- a/server/commands.py
+++ b/server/commands.py
@@ -310,8 +310,8 @@ def ooc_cmd_forcepos(client, arg):
def ooc_cmd_help(client, arg):
if len(arg) != 0:
raise ArgumentError('This command has no arguments.')
- help_url = 'https://github.com/AttorneyOnline/tsuserver3/blob/master/README.md'
- help_msg = 'Available commands, source code and issues can be found here: {}'.format(help_url)
+ help_url = 'http://casecafe.byethost14.com/commandlist'
+ help_msg = 'The commands available on this server can be found here: {}'.format(help_url)
client.send_host_message(help_msg)
def ooc_cmd_kick(client, arg):