diff --git a/plugins/Ebay.py b/plugins/Ebay.py index eb9c0e46f..83c6cabed 100644 --- a/plugins/Ebay.py +++ b/plugins/Ebay.py @@ -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) diff --git a/plugins/Sourceforge.py b/plugins/Sourceforge.py index 86a31f1e7..f9051f109 100644 --- a/plugins/Sourceforge.py +++ b/plugins/Sourceforge.py @@ -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():