From a3c30b0953c6badb48a997029987bf2e9c089cad Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 20 Aug 2004 22:36:26 +0000 Subject: [PATCH] Beg for advertising. --- scripts/supybot-wizard | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/supybot-wizard b/scripts/supybot-wizard index d09856790..6ae3def1b 100755 --- a/scripts/supybot-wizard +++ b/scripts/supybot-wizard @@ -365,7 +365,9 @@ def main(): output("""IRC servers also allow you to set your ident, which they might need if they can't find your identd server. What would you like your ident to be? If you don't care, press enter and we'll - use the same string as your bot's nick.""") + use the same string as your bot's nick. In fact, we prefer that you + do this, because it provides free advertising for Supybot when users + /whois your bot. But, of course, it's your call.""") while True: ident = something('What would you like your bot\'s ident to be?', default=defaultIdent)