[BotYield] Default nick to the empty string

master
ShadowNinja 2013-12-30 22:40:58 -06:00
parent 6f5612f34f
commit d650c9bb71
1 changed files with 10 additions and 10 deletions

View File

@ -16,7 +16,7 @@ BotYield = conf.registerPlugin('BotYield')
# registry.Boolean(False, """Help for someConfigVariableName.""")) # registry.Boolean(False, """Help for someConfigVariableName."""))
conf.registerChannelValue(BotYield, 'nick', conf.registerChannelValue(BotYield, 'nick',
registry.String(".", """The nick of the bot to yield to in the channel.""",\ registry.String("",
"""The nick of the bot to yield to in the channel.""",\
private=True)) private=True))
# vim:set textwidth=79: