summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/karma.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/karma.rb
parent61778ca75f9659c1482284ee0cc56178928044d8 (diff)
AUTHORS update.
Added two plugins from Robin Kearney <robin@riviera.org.uk>
Diffstat (limited to 'data/rbot/plugins/karma.rb')
-rw-r--r--data/rbot/plugins/karma.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/karma.rb b/data/rbot/plugins/karma.rb
index 148427a5..824ffa95 100644
--- a/data/rbot/plugins/karma.rb
+++ b/data/rbot/plugins/karma.rb
@@ -52,7 +52,7 @@ class KarmaPlugin < Plugin
def help(plugin, topic="")
- "karma module: <thing>++/<thing>-- => increase/decrease karma for <thing>, karma for <thing>? => show karma for <thing>, karmastats => show stats. Karma is a community rating system - only in-channel messages can affect karma and you cannot adjust your own."
+ "karma module: Listens to everyone's chat. <thing>++/<thing>-- => increase/decrease karma for <thing>, karma for <thing>? => show karma for <thing>, karmastats => show stats. Karma is a community rating system - only in-channel messages can affect karma and you cannot adjust your own."
end
def listen(m)
return unless m.kind_of?(PrivMessage) && m.public?