]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/lart.rb
Some nickservs don't want the nick to be passed to them when identifying
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / lart.rb
index de76719716acc2c54d48981306642c560a09363d..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.\nUsage:  punish/lart <nick> <reason>  --  punishes <nick> for <reason>.  The reason is optional.\n        praise <nick> <reason>  --  praises <nick> for <reason>.  The reason is optional.\n        mod[lart|punish|praise] [add|remove]  --  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    {{{