mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-03-01 03:50:41 +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
|
reason it just won't work, it might be that you need to set a
|
||||||
password.""")
|
password.""")
|
||||||
if yn('Do you want to set such a password?', default=False):
|
if yn('Do you want to set such a password?', default=False):
|
||||||
conf.supybot.password.set(getpass())
|
network.password.set(getpass())
|
||||||
|
|
||||||
# conf.supybot.channels
|
# conf.supybot.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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user