summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-06-19 18:12:41 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-06-19 18:12:41 +0200
commit69cf3d1d494ee31fc9a2bd9300422ddb026f87bb (patch)
treef05d55c0ac9aa8428c694757176c55ecc31448dc
parent1da56e2e2ca9acfaf95b5533b6053c0d2f40a9ed (diff)
hl2 plugin: improve help
-rw-r--r--data/rbot/plugins/hl2.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/rbot/plugins/hl2.rb b/data/rbot/plugins/hl2.rb
index 470a0783..a245219f 100644
--- a/data/rbot/plugins/hl2.rb
+++ b/data/rbot/plugins/hl2.rb
@@ -47,11 +47,11 @@ class HL2Plugin < Plugin
def help(plugin, topic="")
case topic
when ""
- return "hl2 'server:port'/'preset name' => show basic information about the given server."
+ return "hl2 'server:port'/'preset name' => show basic information about the given server. See also 'hl2 add' and 'hl2 del'"
when "add"
return "hl2 add 'name' 'server:port' => add a preset."
when "del"
- return "hl2 del 'name' => remove a present."
+ return "hl2 del 'name' => remove a preset."
end
end