summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2005-09-16 21:23:50 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2005-09-16 21:23:50 +0000
commit6ff6992f6282759831e0778b6d264b46b15c7986 (patch)
treecd938632ad02f2c113528a47945c68c614213efa
parent164c96aef65888b947d241306438ffd20d81d6a7 (diff)
fix help text, ticket #36
-rw-r--r--data/rbot/plugins/lart.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/lart.rb b/data/rbot/plugins/lart.rb
index 54c335af..bf656027 100644
--- a/data/rbot/plugins/lart.rb
+++ b/data/rbot/plugins/lart.rb
@@ -78,7 +78,7 @@ class LartPlugin < Plugin
#}}}
#{{{
def help(plugin, topic="")
- "Lart: The lart plugin allows you to punish/praise someone in the channel. You can also add new punishments and new praises as well as delete them. For the curious, LART is an acronym for Luser Attitude Readjustment Tool. Usage: punish/lart <nick> [<reason>] -- punishes <nick> for <reason>. praise <nick> [<reason>] -- praises <nick> for <reason>. [add|rm][lart|punish|praise] -- Add or remove a lart or praise."
+ "Lart: The lart plugin allows you to lart/praise someone in the channel. You can also add new larts and new praises as well as delete them. For the curious, LART is an acronym for Luser Attitude Readjustment Tool. Usage: lart <who> [<reason>] -- larts <who> for <reason>. praise <who> [<reason>] -- praises <who> for <reason>. [add|rm][lart|praise] -- Add or remove a lart or praise."
end
#}}}
# The following are command handlers {{{