diff options
| author | Cerapter <cerap@protonmail.com> | 2018-08-21 14:53:22 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-08-21 14:53:22 +0200 |
| commit | 9ce2ec9de23c12729896c494ff6c42689664d08d (patch) | |
| tree | 424098913a397277b916085fe2f8cae0f5d0d01e | |
| parent | 61875eb088de82d47082727ae51fec6bb9b92920 (diff) | |
Added the command list link to `/help`.
| -rw-r--r-- | server/commands.py | 4 |
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): |
