From 62eb72e33306b271bf1c0fb67e48316657a00dbf Mon Sep 17 00:00:00 2001 From: Samual Date: Wed, 28 Dec 2011 16:59:57 -0500 Subject: [PATCH] Search alias (apropos, but simpler) --- commands.cfg | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.2