From d53578d459fcc7fc9c5ab84a196c7f5a8238fc8e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Aug 2014 13:18:28 +0300 Subject: Move chat command /url into actions. --- src/commands.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/commands.h') diff --git a/src/commands.h b/src/commands.h index cf2491476..6178b9d47 100644 --- a/src/commands.h +++ b/src/commands.h @@ -52,7 +52,6 @@ struct CommandInfo final namespace Commands { decHandler(hack); - decHandler(url); decHandler(open); decHandler(execute); decHandler(testsdlfont); @@ -77,8 +76,7 @@ namespace Commands enum { - COMMAND_URL = 0, - COMMAND_OPEN, + COMMAND_OPEN = 0, COMMAND_EXECUTE, COMMAND_TESTSDLFONT, COMMAND_ENABLEHIGHLIGHT, @@ -102,7 +100,6 @@ enum static const CommandInfo commands[] = { - {"url", &Commands::url, -1, true}, {"open", &Commands::open, -1, true}, {"execute", &Commands::execute, -1, true}, {"testsdlfont", &Commands::testsdlfont, -1, false}, -- cgit v1.2.3-70-g09d2