plugins/xkcd.lua

changeset 115
6498ca5ed831
parent 109
1c94ed0bfdec
--- a/plugins/xkcd.lua	Tue Oct 21 17:53:04 2014 +0200
+++ b/plugins/xkcd.lua	Tue Oct 21 19:27:57 2014 +0200
@@ -4,7 +4,6 @@
 local handle_xkcd_command;
 
 function riddim.plugins.xkcd(bot)
-	require "net.httpclient_listener";
 	local http = require("net.http");
 	bot:hook("commands/xkcd", function(command)
 		if os.difftime(os.time(), xkcd_list_updated_at) > (3 * 60 * 60) then -- Not refreshed within 3 hours

mercurial