# HG changeset patch # User Mikael Berthe # Date 1271540113 -7200 # Node ID e5e20eed6c58354b194a67b989b991bf04924e8f # Parent b3da9ca1242777e03922e7e875747d177452bbdc Fix typo diff -r b3da9ca12427 -r e5e20eed6c58 mcbot/cmds/xep.lua --- a/mcbot/cmds/xep.lua Sat Apr 17 20:56:53 2010 +0200 +++ b/mcbot/cmds/xep.lua Sat Apr 17 23:35:13 2010 +0200 @@ -74,7 +74,7 @@ end r = r:gsub("\n$", "") if r ~= "" then return r; end - return nil, "Sorry, not matching XEP found" + return nil, "Sorry, no matching XEP found" end mcbot_register_command("xep", xep)