This commit is contained in:
Jeremy Fincher 2004-01-07 13:40:45 +00:00
parent 81202ebba2
commit 4b9c025d3a

View File

@ -83,7 +83,7 @@ class RSS(callbacks.Privmsg, configurable.Mixin):
('headline-separator', configurable.SpaceSurroundedStrType, ' :: ', ('headline-separator', configurable.SpaceSurroundedStrType, ' :: ',
"""Determines what string is used to seperate headlines in """Determines what string is used to seperate headlines in
feeds."""), feeds."""),
('announce-news-prefix', configurable.SpaceOnRightStrType, ('announce-news-prefix', SpaceOnRightStrType,
'New news from ', 'New news from ',
"""Sets the prefix to be added (if any) to the new news item """Sets the prefix to be added (if any) to the new news item
announcements made to the channel."""),] announcements made to the channel."""),]