# HG changeset patch # User syzler # Date 1304198983 0 # Node ID af32bee5a3d1e35705adf4ffec4baee4e3729b2e # Parent 78de94c994876466f886989fb5230e6051f28725 Added a count to the list by pattern command. diff -r 78de94c99487 -r af32bee5a3d1 MyLilPony.lua --- a/MyLilPony.lua Sat Apr 16 18:02:21 2011 +0000 +++ b/MyLilPony.lua Sat Apr 30 21:29:43 2011 +0000 @@ -174,6 +174,7 @@ for _, name in pairs(result) do MyLilPony.Print(name); end + MyLilPony.Print(format(L["msgCountMatchingMountsForPattern"], #result)); end elseif MyLilPony.StringMatchIgnoreCase(arg, "^%d+$") then local result = MyLilPony.CallMountById(tonumber(arg));