From: Samual Date: Wed, 28 Dec 2011 21:59:57 +0000 (-0500) Subject: Search alias (apropos, but simpler) X-Git-Tag: xonotic-v0.6.0~188^2~28^2~42 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=62eb72e33306b271bf1c0fb67e48316657a00dbf;p=xonotic%2Fxonotic-data.pk3dir.git Search alias (apropos, but simpler) --- diff --git a/commands.cfg b/commands.cfg index c034a9cfa..d7de5caf1 100644 --- a/commands.cfg +++ b/commands.cfg @@ -62,6 +62,7 @@ alias chmap "changelevel ${* ?}" alias clearmap "disconnect" alias ply "playdemo $1" alias rec "record demos/${1 !}" +alias search "apropos ${* ?}" alias sv_loadconfig "exec $serverconfig" alias sv_restart "say \"Server will restart at the end of the match, you will all be reconnected automatically. ${* ?} \"; quit_and_redirect self" alias tdem "timedemo $1"