mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-07 19:49:23 +01:00
the default ident in the supybot-wizard is now limnoria. Closes GH-37.
This commit is contained in:
parent
7f8700a948
commit
c9cc858095
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user