Skip to content

Commit

Permalink
Add help text for the ping command
Browse files Browse the repository at this point in the history
Fixes #2487.
  • Loading branch information
soliton- committed Mar 18, 2020
1 parent d68c8de commit 1c0f66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chat_command_handler.hpp
Expand Up @@ -88,7 +88,7 @@ class chat_command_handler : public map_command_handler<chat_command_handler>
register_command("muteall", &chat_command_handler::do_network_send,
_("Mute/Unmute all observers. (toggles)"), "");
register_command("ping", &chat_command_handler::do_network_send,
"");
_("Sends some data to the server. Can be used to verify the network connection and notice disconnects."));
register_command("report", &chat_command_handler::do_network_send_req_arg,
_("Report abuse, rule violations, etc. to the server moderators. "
"Make sure to mention relevant nicknames, etc."), "");
Expand Down

0 comments on commit 1c0f66b

Please sign in to comment.