X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=data%2Frbot%2Fplugins%2Fhl2.rb;h=a245219f041b3d31d7ebd164e24da453c8842470;hb=41276911b95c934dd5f33ccef53b03bc9dd40975;hp=470a07836fce117029a07a567f2d61d7c97deb16;hpb=1da56e2e2ca9acfaf95b5533b6053c0d2f40a9ed;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git 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