diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-07-04 18:14:54 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-07-04 18:14:54 +0200 |
commit | 6b8cca66628db3634296e5cb7e065f84555cf7cd (patch) | |
tree | e7f9dd688c9d3d95d9bf906c2717d6224b66d00f | |
parent | b64cd2161349e45fba778cf2e25c9ab99d5e9dc0 (diff) |
grouphug plugin: help text simplification
-rw-r--r-- | data/rbot/plugins/grouphug.rb | 2 |
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) |