# HG changeset patch # User Kim Alvefur # Date 1395583359 -3600 # Node ID 441ec8dcdfde54afe7782b80af626db57a4a969f # Parent 99d9d958bb0932d55363d885545cf5e5c36452fb plugins.xkcd: Forward-declare handle_xkcd_command() diff -r 99d9d958bb09 -r 441ec8dcdfde plugins/xkcd.lua --- a/plugins/xkcd.lua Sun Aug 11 19:49:39 2013 +0200 +++ b/plugins/xkcd.lua Sun Mar 23 15:02:39 2014 +0100 @@ -1,6 +1,7 @@ local parse_xkcd_list; local xkcd_list_updated_at = 0; local xkcd_list = { }; +local handle_xkcd_command; function riddim.plugins.xkcd(bot) require "net.httpclient_listener";