]> git.sesse.net Git - vlc/blobdiff - modules/misc/lua/intf.c
Oops, forgot this file.
[vlc] / 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 )