mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-30 14:59:34 +01:00
Use limnoria as a default ident (instead of supybot)
This commit is contained in:
parent
ee92c71e6e
commit
3e76a72e7c
@ -201,7 +201,7 @@ registerGlobalValue(supybot.nick, 'alternates',
|
|||||||
appropriately until an unused nick is found.""")))
|
appropriately until an unused nick is found.""")))
|
||||||
|
|
||||||
registerGlobalValue(supybot, 'ident',
|
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.""")))
|
doesn't provide one by default.""")))
|
||||||
|
|
||||||
class VersionIfEmpty(registry.String):
|
class VersionIfEmpty(registry.String):
|
||||||
|
Loading…
Reference in New Issue
Block a user