summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/lart.rb
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2005-08-10 23:12:50 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2005-08-10 23:12:50 +0000
commit8db3c907730752ccc668c69080680d1b90140c10 (patch)
treec080db6ea30f2a923a5ff809682791d558d9f046 /data/rbot/plugins/lart.rb
parent61778ca75f9659c1482284ee0cc56178928044d8 (diff)
AUTHORS update.
Added two plugins from Robin Kearney <robin@riviera.org.uk>
Diffstat (limited to 'data/rbot/plugins/lart.rb')
-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 de767197..54c335af 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.\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 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."
end
#}}}
# The following are command handlers {{{