diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-12-28 13:36:13 +0100 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-12-29 03:29:32 +0100 |
commit | 02839bd12470a3ce4e05145af0dff0de6f9e6644 (patch) | |
tree | db9477966708084426fb5bb537c448ef7f1b2646 | |
parent | 576dd0affc6b85a8efa1f0cff0abef55ac0cd415 (diff) |
rss plugin: typo in help
-rw-r--r-- | data/rbot/plugins/rss.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb index 7dcfdf66..ef46e7ff 100644 --- a/data/rbot/plugins/rss.rb +++ b/data/rbot/plugins/rss.rb @@ -535,7 +535,7 @@ class RSSFeedsPlugin < Plugin when "rewatch" "rss rewatch : restart threads that watch for changes in watched rss" when "types" - "rss types : show the rss types for which an output format existi (all other types will use the default one)" + "rss types : show the rss types for which an output format exist (all other types will use the default one)" else "manage RSS feeds: rss types|show|list|watched|add|change|del(ete)|rm|(force)replace|watch|unwatch|rmwatch|rewatch|who watches" end |