plugins/youtube.lua

changeset 115
6498ca5ed831
parent 91
076caaedab2c
equal deleted inserted replaced
114:d11cf84975c5 115:6498ca5ed831
1 -- Copyright (C) 2010 Thilo Cestonaro 1 -- Copyright (C) 2010 Thilo Cestonaro
2 -- 2 --
3 -- This project is MIT/X11 licensed. 3 -- This project is MIT/X11 licensed.
4 -- 4 --
5 require("net.httpclient_listener");
6 local http = require("net.http"); 5 local http = require("net.http");
7 local st = require("util.stanza"); 6 local st = require("util.stanza");
8 local tostring = tostring; 7 local tostring = tostring;
9 8
10 function riddim.plugins.youtube(bot) 9 function riddim.plugins.youtube(bot)

mercurial