From 6b8cca66628db3634296e5cb7e065f84555cf7cd Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Fri, 4 Jul 2008 18:14:54 +0200 Subject: grouphug plugin: help text simplification --- data/rbot/plugins/grouphug.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/rbot/plugins/grouphug.rb') 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 ' for specific one, 'confess ' 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 ' for specific one, 'confess ' to share your own confession. Confessions must be at least 10 words.") end def post_confession(m, params) -- cgit v1.2.3