mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-10 12:59:22 +01:00
Whoops. :p
This commit is contained in:
parent
5957eaad5d
commit
23c4b69d3c
@ -58,7 +58,7 @@ def configure(advanced):
|
|||||||
output("""The Ebay plugin has the functionality to watch for URLs
|
output("""The Ebay plugin has the functionality to watch for URLs
|
||||||
that match a specific pattern (we call this a snarfer). When
|
that match a specific pattern (we call this a snarfer). When
|
||||||
supybot sees such a URL, he will parse the web page for
|
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?'):
|
if yn('Do you want the Ebay snarfer enabled by default?'):
|
||||||
conf.supybot.plugins.Ebay.auctionSnarfer.setValue(True)
|
conf.supybot.plugins.Ebay.auctionSnarfer.setValue(True)
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ def configure(advanced):
|
|||||||
command is in this plugin and the Bugzilla plugin; if both are
|
command is in this plugin and the Bugzilla plugin; if both are
|
||||||
loaded, you\'ll have you type "sourceforge bug ..." to get this
|
loaded, you\'ll have you type "sourceforge bug ..." to get this
|
||||||
bug command). You may save some time by making an alias for
|
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?',
|
if yn('Would you like to add sf as an alias for Sourceforge?',
|
||||||
default=True):
|
default=True):
|
||||||
if not conf.supybot.plugins.Alias():
|
if not conf.supybot.plugins.Alias():
|
||||||
|
Loading…
Reference in New Issue
Block a user