mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 07:34:08 +01:00
RSS: fix quoting & mention onetoone in README.md.
[SKIP CI]
This commit is contained in:
parent
decaa09fd6
commit
91fcd704ce
@ -3,7 +3,7 @@ RSS feeds.
|
|||||||
|
|
||||||
In order to use this plugin you must have the following modules
|
In order to use this plugin you must have the following modules
|
||||||
installed:
|
installed:
|
||||||
- feedparser: http://feedparser.org/
|
* feedparser: http://feedparser.org/
|
||||||
|
|
||||||
If you are experiencing TypeError issues with Python 3, please apply this
|
If you are experiencing TypeError issues with Python 3, please apply this
|
||||||
patch: http://code.google.com/p/feedparser/issues/detail?id=403
|
patch: http://code.google.com/p/feedparser/issues/detail?id=403
|
||||||
@ -12,10 +12,24 @@ Basic usage
|
|||||||
-----------
|
-----------
|
||||||
|
|
||||||
Adding a feed
|
Adding a feed
|
||||||
@rss add supybot http://sourceforge.net/export/rss2_projfiles.php?group_id=58965
|
`@rss add supybot http://sourceforge.net/export/rss2_projfiles.php?group_id=58965`
|
||||||
|
|
||||||
Add announcements for a feed
|
Add announcements for a feed
|
||||||
@rss announce add supybot
|
`@rss announce add supybot`
|
||||||
|
|
||||||
Stop announcements for a feed
|
Stop announcements for a feed
|
||||||
@rss announce remove supybot
|
`@rss announce remove supybot`
|
||||||
|
|
||||||
|
News on their own lines
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
If you want the feed topics to be on their own lines instead of being separated by
|
||||||
|
the separator which you have configured you can set `reply.onetoone` to False.
|
||||||
|
|
||||||
|
Please first read the help for that configuration variable
|
||||||
|
|
||||||
|
`@config help reply.onetoone`
|
||||||
|
|
||||||
|
and understand what it says and then you can do
|
||||||
|
|
||||||
|
`@config reply.onetoone False`
|
||||||
|
Loading…
Reference in New Issue
Block a user