Stats pattern priority. #89

This commit is contained in:
Yago 2015-03-20 14:27:38 +01:00
parent ca3eeac0ec
commit b2165a0983

View File

@ -105,10 +105,10 @@ return {
description = "Plugin to update user stats.",
usage = "!stats: Returns a list of Username [telegram_id]: msg_num",
patterns = {
".*",
"^!(stats)"
"^!(stats)",
".*"
},
run = run
}
end
end