diff options
Diffstat (limited to 'luamods/ping.lua')
| -rw-r--r-- | luamods/ping.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luamods/ping.lua b/luamods/ping.lua index a8b9fd4..aa031b4 100644 --- a/luamods/ping.lua +++ b/luamods/ping.lua @@ -8,7 +8,7 @@ return { subcommands = {}, minimal_rights = "user", handle = function(request) - return request.sender.alias_name .. ": funnywhitecat Pong! " .. + return request.sender.alias_name .. ": PotFriend Pong! " .. bot_get_compiler_version() .. " · Uptime: " .. time_humanize(bot_get_uptime()) .. " · Used memory: " .. math.ceil(bot_get_memory_usage() / 1024 / 1024) .. |
