From: Antoine Cellerier Date: Sat, 24 Nov 2007 19:00:16 +0000 (+0000) Subject: Oops, forgot this file. X-Git-Tag: 0.9.0-test0~4391 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=bd2d8d6a22da2826624d2b6089b62f06b456155c;p=vlc Oops, forgot this file. --- 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 )