From 23c4b69d3cb94dc5fba471674a91a0118c428b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Kochen?= Date: Sat, 31 Jan 2004 22:27:12 +0000 Subject: [PATCH] Whoops. :p --- plugins/Ebay.py | 2 +- plugins/Sourceforge.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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():