mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
password is network specific
This commit is contained in:
parent
cb52197d1b
commit
9c1aec036d
@ -403,7 +403,7 @@ def main():
|
||||
reason it just won't work, it might be that you need to set a
|
||||
password.""")
|
||||
if yn('Do you want to set such a password?', default=False):
|
||||
conf.supybot.password.set(getpass())
|
||||
network.password.set(getpass())
|
||||
|
||||
# conf.supybot.channels
|
||||
output("""Of course, having an IRC bot isn't the most useful thing in the
|
||||
|
Loading…
Reference in New Issue
Block a user