summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/grouphug.rb
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-07-04 18:14:54 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-07-04 18:14:54 +0200
commit6b8cca66628db3634296e5cb7e065f84555cf7cd (patch)
treee7f9dd688c9d3d95d9bf906c2717d6224b66d00f /data/rbot/plugins/grouphug.rb
parentb64cd2161349e45fba778cf2e25c9ab99d5e9dc0 (diff)
grouphug plugin: help text simplification
Diffstat (limited to 'data/rbot/plugins/grouphug.rb')
-rw-r--r--data/rbot/plugins/grouphug.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/grouphug.rb b/data/rbot/plugins/grouphug.rb
index 889c4746..8f89702e 100644
--- a/data/rbot/plugins/grouphug.rb
+++ b/data/rbot/plugins/grouphug.rb
@@ -18,7 +18,7 @@ class GrouphugPlugin < Plugin
end
def help( plugin, topic="" )
- return _("Grouphug plugin. Confess! Usage: 'confess' for random confession, 'confess <number>' for specific one, 'confess <confession>' to share your own confession, but you must have create auth. Confessions must be at least 10 words.")
+ return _("Grouphug plugin. Confess! Usage: 'confess' for random confession, 'confess <number>' for specific one, 'confess <confession>' to share your own confession. Confessions must be at least 10 words.")
end
def post_confession(m, params)