From 9c1aec036d3ef033f35bce4deb41b94039addaa8 Mon Sep 17 00:00:00 2001 From: James Vega Date: Wed, 4 Aug 2004 19:19:03 +0000 Subject: [PATCH] password is network specific --- scripts/supybot-wizard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/supybot-wizard b/scripts/supybot-wizard index d0adaeef4..277759fcc 100755 --- a/scripts/supybot-wizard +++ b/scripts/supybot-wizard @@ -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