plugins/trac.lua

changeset 115
6498ca5ed831
parent 43
dd99a0dde016
--- a/plugins/trac.lua	Tue Oct 21 17:53:04 2014 +0200
+++ b/plugins/trac.lua	Tue Oct 21 19:27:57 2014 +0200
@@ -7,7 +7,6 @@
 	local trac = bot.config.trac;
 	if not trac then return end
 
-	require "net.httpclient_listener";
 	local http = require("net.http");
 
 	bot:hook("commands/ticket", function(command)

mercurial