From cc41299e1026fbd3ab7cb0503f61056274d12a26 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 21 Oct 2003 07:25:44 +0000 Subject: [PATCH] Updated the wizard to specify which join it's using. --- scripts/supybot-wizard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/supybot-wizard b/scripts/supybot-wizard index 027feb798..df57adda6 100755 --- a/scripts/supybot-wizard +++ b/scripts/supybot-wizard @@ -334,7 +334,7 @@ def main(): prefix the channel with # (or +, or !, or &, but no one uses those channels, really).""") channels = something('What channels?') - afterConnect.append('join %s' % channels) + afterConnect.append('admin join %s' % channels) ### # Plugins