bug nebrija rae

This commit is contained in:
yago
2014-11-22 21:23:48 +01:00
parent a1f5c7c9fa
commit 5657663c63
2 changed files with 7 additions and 4 deletions

View File

@ -68,7 +68,7 @@
-- print("Trying", text, "against", pattern)
matches = { string.match(text, pattern) }
if matches[1] then
print(" matches!!!!!")
print(" matches",pattern)
result = desc.run(msg, matches)
print(" sending", result)
if (result) then