Use limnoria as a default ident (instead of supybot)

This commit is contained in:
Valentin Lorentz 2011-06-13 11:25:19 +02:00
parent ee92c71e6e
commit 3e76a72e7c

View File

@ -201,7 +201,7 @@ registerGlobalValue(supybot.nick, 'alternates',
appropriately until an unused nick is found.""")))
registerGlobalValue(supybot, 'ident',
ValidNick('supybot', _("""Determines the bot's ident string, if the server
ValidNick('limnoria', _("""Determines the bot's ident string, if the server
doesn't provide one by default.""")))
class VersionIfEmpty(registry.String):