]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
fix help text, ticket #36
authorTom Gilbert <tom@linuxbrit.co.uk>
Fri, 16 Sep 2005 21:23:50 +0000 (21:23 +0000)
committerTom Gilbert <tom@linuxbrit.co.uk>
Fri, 16 Sep 2005 21:23:50 +0000 (21:23 +0000)
data/rbot/plugins/lart.rb

index 54c335af74603a6cc27cdb68d060f2431370e521..bf656027c64427e3e30f03ff6b5300e12e23a484 100644 (file)
@@ -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    {{{