Stats only for chats
This commit is contained in:
parent
5cc95b6ee4
commit
68050fe52a
@ -90,10 +90,13 @@ local function get_stats_status( msg )
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function run(msg, matches)
|
local function run(msg, matches)
|
||||||
if matches[1] == "stats" then -- Hack
|
if matches[1] == "stats" then
|
||||||
return get_stats_status(msg)
|
if msg.to.type == 'chat' then
|
||||||
|
return get_stats_status(msg)
|
||||||
|
else
|
||||||
|
return 'Stats works only chats'
|
||||||
|
end
|
||||||
else
|
else
|
||||||
print ("update stats")
|
|
||||||
update_user_stats(msg)
|
update_user_stats(msg)
|
||||||
save_stats()
|
save_stats()
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user