mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 22:49:23 +01:00
supybot-wizard: Fix pronouns. Closes GH-609.
This commit is contained in:
parent
39b30d515d
commit
d1c24d81b7
@ -298,7 +298,7 @@ def main():
|
|||||||
|
|
||||||
# pluginDirs
|
# pluginDirs
|
||||||
output("""Your bot will also need to know where to find his plugins at.
|
output("""Your bot will also need to know where to find his plugins at.
|
||||||
Of course, he already knows where the plugins that he came with are,
|
Of course, it already knows where the plugins that it came with are,
|
||||||
but your own personal plugins that you write for will probably be
|
but your own personal plugins that you write for will probably be
|
||||||
somewhere else.""")
|
somewhere else.""")
|
||||||
pluginDirs = conf.supybot.directories.plugins()
|
pluginDirs = conf.supybot.directories.plugins()
|
||||||
@ -406,7 +406,7 @@ def main():
|
|||||||
network.servers.setValue([server])
|
network.servers.setValue([server])
|
||||||
|
|
||||||
# conf.supybot.nick
|
# conf.supybot.nick
|
||||||
# Force the user into specifying a nick if he didn't have one already
|
# Force the user into specifying a nick if it didn't have one already
|
||||||
while True:
|
while True:
|
||||||
nick = something('What nick would you like your bot to use?',
|
nick = something('What nick would you like your bot to use?',
|
||||||
default=None)
|
default=None)
|
||||||
@ -467,7 +467,7 @@ def main():
|
|||||||
# conf.supybot.networks.<network>.channels
|
# conf.supybot.networks.<network>.channels
|
||||||
output("""Of course, having an IRC bot isn't the most useful thing in the
|
output("""Of course, having an IRC bot isn't the most useful thing in the
|
||||||
world unless you can make that bot join some channels.""")
|
world unless you can make that bot join some channels.""")
|
||||||
if yn('Do you want your bot to join some channels when he connects?',
|
if yn('Do you want your bot to join some channels when it connects?',
|
||||||
default=True):
|
default=True):
|
||||||
defaultChannels = ' '.join(network.channels())
|
defaultChannels = ' '.join(network.channels())
|
||||||
output("""Separate channels with spaces. If the channel is locked
|
output("""Separate channels with spaces. If the channel is locked
|
||||||
|
Loading…
Reference in New Issue
Block a user