summaryrefslogtreecommitdiff
path: root/luamods/ping.lua
diff options
context:
space:
mode:
Diffstat (limited to 'luamods/ping.lua')
-rw-r--r--luamods/ping.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/luamods/ping.lua b/luamods/ping.lua
index 8e1578e..d6ac40d 100644
--- a/luamods/ping.lua
+++ b/luamods/ping.lua
@@ -1,5 +1,7 @@
return {
name = "ping",
+ description =
+ "The `!ping` command checks to see if it's alive and gives a bunch of other data like memory usage, compiler version, etc.",
delay_sec = 5,
options = {},
subcommands = {},