plugins.version, plugins.command: Remove obsolete require 'util.xstanza'

Thu, 14 Oct 2010 13:21:55 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 14 Oct 2010 13:21:55 +0100
changeset 33
37caf7bd2021
parent 32
7e79b03f10e1
child 34
23e17e64ca25

plugins.version, plugins.command: Remove obsolete require 'util.xstanza'

plugins/commands.lua file | annotate | diff | comparison | revisions
plugins/version.lua file | annotate | diff | comparison | revisions
--- a/plugins/commands.lua	Mon Aug 30 00:18:14 2010 +0200
+++ b/plugins/commands.lua	Thu Oct 14 13:21:55 2010 +0100
@@ -1,5 +1,3 @@
-require "util.xstanza"
-
 function riddim.plugins.commands(bot)
 	local command_pattern = "^%"..(bot.config.command_prefix or "@").."([%a%-%_%d]+)(%s?)(.*)$";
 
--- a/plugins/version.lua	Mon Aug 30 00:18:14 2010 +0200
+++ b/plugins/version.lua	Thu Oct 14 13:21:55 2010 +0100
@@ -1,5 +1,4 @@
 local st = require "util.stanza";
-require "util.xstanza";
 
 local xmlns_version = "jabber:iq:version";
 

mercurial