added [SM] to direct responses of menu cmds

began adding the extension menu

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40315
This commit is contained in:
David Anderson
2007-01-18 00:17:36 +00:00
parent 3597a8b1fe
commit 1efdacd69b
4 changed files with 132 additions and 13 deletions
+3 -1
View File
@@ -4,6 +4,8 @@
/**
* @brief Note: This interface is not exposed.
* The reason should be obvious: we do not want users touching the "root" console menu.
* If we exposed this, every little plugin would be dropping down a silly set of user commands,
* whereas this menu is explicitly provided for stuff that only Core itself is capable of managing.
*/
namespace SourceMod
@@ -18,7 +20,7 @@ namespace SourceMod
};
/**
* @brief Manages the root console menu.
* @brief Manages the root console menu - the "sm" command for servers.
*/
class IRootConsole
{