mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +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
|
||||
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)
|
||||
|
||||
|
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user