]> git.sesse.net Git - vlc/commitdiff
Oops, forgot this file.
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 24 Nov 2007 19:00:16 +0000 (19:00 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 24 Nov 2007 19:00:16 +0000 (19:00 +0000)
modules/misc/lua/intf.c

index 87affad1954ee33f611b441405fc6f0368a388c9..c986dcbb4ec7826d9e14766490ac0ab58c3375d8 100644 (file)
@@ -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 )