Whoops. :p

This commit is contained in:
Stéphan Kochen 2004-01-31 22:27:12 +00:00
parent 5957eaad5d
commit 23c4b69d3c
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ def configure(advanced):
output("""The Ebay plugin has the functionality to watch for URLs
that match a specific pattern (we call this a snarfer). When
supybot sees such a URL, he will parse the web page for
information and reply with the results."""
information and reply with the results.""")
if yn('Do you want the Ebay snarfer enabled by default?'):
conf.supybot.plugins.Ebay.auctionSnarfer.setValue(True)

View File

@ -79,7 +79,7 @@ def configure(advanced):
command is in this plugin and the Bugzilla plugin; if both are
loaded, you\'ll have you type "sourceforge bug ..." to get this
bug command). You may save some time by making an alias for
"sourceforge". We like to make it "sf"."""
"sourceforge". We like to make it "sf".""")
if yn('Would you like to add sf as an alias for Sourceforge?',
default=True):
if not conf.supybot.plugins.Alias():