From a75e87a0760faad80a51823f413859d125b33b1e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 16 Feb 2007 03:47:10 +0000 Subject: [PATCH] removed this potential feature, not useful enough --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40507 --- plugins/include/console.inc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/plugins/include/console.inc b/plugins/include/console.inc index 84125f50..ec0258a2 100644 --- a/plugins/include/console.inc +++ b/plugins/include/console.inc @@ -113,16 +113,6 @@ functag ConCmd Action:public(client, argCount); native RegConsoleCmd(const String:cmd[], ConCmd:callback, const String:description[]="", flags=0); #if 0 -/** - * Hooks a specific client-only command. - * - * @param cmd String to match against the beginning of each client command. - * @param callback A function to use as a callback for when the command is invoked. - * @param description Optional description string to use for help. - * @noreturn - */ -native RegClientCmd(const String:cmd[], ConCmd:callback, const String:description[]=""); - /** * Creates a console command as an administrative command. If the command does not exist, * it is created. This command cannot be used to create duplicate admin commands.