plugins.xkcd: Forward-declare handle_xkcd_command()

Sun, 23 Mar 2014 15:02:39 +0100

author
Kim Alvefur <zash@zash.se>
date
Sun, 23 Mar 2014 15:02:39 +0100
changeset 107
441ec8dcdfde
parent 106
99d9d958bb09
child 108
70db447e3669

plugins.xkcd: Forward-declare handle_xkcd_command()

plugins/xkcd.lua file | annotate | diff | comparison | revisions
--- 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";

mercurial