Fixed a typo.

This commit is contained in:
Jeremy Fincher 2004-09-23 21:20:27 +00:00
parent f700927969
commit ab21fc54cf

View File

@ -263,7 +263,8 @@ registerGroup(supybot, 'reply')
registerGlobalValue(supybot.reply, 'maximumLength', registerGlobalValue(supybot.reply, 'maximumLength',
registry.Integer(512*256, """Determines the absolute maximum length of the registry.Integer(512*256, """Determines the absolute maximum length of the
bot's reply -- no reply will passed through the bot greater than this.""")) bot's reply -- no reply will be passed through the bot with a length
greater than this."""))
registerChannelValue(supybot.reply, 'truncate', registerChannelValue(supybot.reply, 'truncate',
registry.Boolean(False, """Determines whether the bot will simply truncate registry.Boolean(False, """Determines whether the bot will simply truncate