From 6efd2d51a12871ac3ed61cadc12015a979449f30 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Fri, 5 Oct 2012 00:58:26 -0400 Subject: [PATCH] Add the command to commands.cfg --- commands.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/commands.cfg b/commands.cfg index 881c0359a..ca03c0c26 100644 --- a/commands.cfg +++ b/commands.cfg @@ -54,6 +54,7 @@ alias who "qc_cmd_svcmd who ${* ?}" // Displa alias addtolist "qc_cmd_svmenu addtolist ${* ?}" // Add a string to a cvar alias qc_curl "qc_cmd_svmenu curl ${* ?}" // curl requests alias dumpcommands "qc_cmd_svmenu dumpcommands ${* ?}" // Dump all commands on the program to *_cmd_dump.txt +alias dumpnotifs "qc_cmd_svmenu dumpnotifs ${* ?}" // Dump all notifications into notifications_dump.txt alias maplist "qc_cmd_svmenu maplist ${* ?}" // Automatic control of maplist alias nextframe "qc_cmd_svmenu nextframe ${* ?}" // do something next frame alias removefromlist "qc_cmd_svmenu removefromlist ${* ?}" // Remove a string from a cvar -- 2.39.2