mcbot/cmds/xep.lua
changeset 30 e5e20eed6c58
parent 22 4b360fe207e6
child 39 237af42156a1
--- 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)