mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 07:23:15 +00:00
add a /q alias for /query
This commit is contained in:
parent
1a934ac94b
commit
aede21604c
@ -19,6 +19,8 @@ Version 1.7.2+svn:
|
||||
* Updated translations: Czech, Dutch, Estonian, French, German, Hungarian,
|
||||
Polish, Slovak
|
||||
* Updated Drake Clasher, Arbiter and Slasher descriptions.
|
||||
* Multiplayer
|
||||
* Added a /q alias for /query
|
||||
* Unit balancing:
|
||||
* Added Dwarvish Stalwart, Elder Wose, Shock Trooper and White Mage to
|
||||
random_leader of the default era.
|
||||
|
@ -2070,6 +2070,7 @@ private:
|
||||
register_command("query", &chat_command_handler::do_network_send,
|
||||
_("Send a query to the server. Without arguments the server"
|
||||
" should tell you the available commands."));
|
||||
register_alias("query", "q");
|
||||
register_command("ban", &chat_command_handler::do_network_send_req_arg,
|
||||
_("Ban and kick a player or observer. If he is not in the"
|
||||
" game but on the server he will only be banned."), "<nick>");
|
||||
|
Loading…
x
Reference in New Issue
Block a user