From 3e76a72e7c581ad3ec37cd8be31340c2cde958b9 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 13 Jun 2011 11:25:19 +0200 Subject: [PATCH] Use limnoria as a default ident (instead of supybot) --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index a60328f23..b17107555 100644 --- a/src/conf.py +++ b/src/conf.py @@ -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):