From bd2d8d6a22da2826624d2b6089b62f06b456155c Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Sat, 24 Nov 2007 19:00:16 +0000 Subject: [PATCH] Oops, forgot this file. --- modules/misc/lua/intf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/misc/lua/intf.c b/modules/misc/lua/intf.c index 87affad195..c986dcbb4e 100644 --- a/modules/misc/lua/intf.c +++ b/modules/misc/lua/intf.c @@ -941,6 +941,8 @@ static struct /* { "hotkeys", "hotkeys" }, */ { "luatelnet", "telnet" }, /* { "telnet", "telnet" }, */ + { "luahttp", "http" }, + /* { "http", "http" }, */ { NULL, NULL } }; static vlc_bool_t WordInList( const char *psz_list, const char *psz_word ) -- 2.39.2