the default ident in the supybot-wizard is now limnoria. Closes GH-37.

This commit is contained in:
Valentin Lorentz 2011-06-27 18:09:54 +02:00
parent 7f8700a948
commit c9cc858095
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ def main():
default=nick) default=nick)
conf.supybot.user.set(user) conf.supybot.user.set(user)
# conf.supybot.ident (if advanced) # conf.supybot.ident (if advanced)
defaultIdent = 'supybot' defaultIdent = 'limnoria'
if advanced: if advanced:
output("""IRC servers also allow you to set your ident, which they 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 might need if they can't find your identd server. What would you like