Hello,
There is this code in the Success plugin's config.py :
conf.registerChannelValue(conf.supybot.plugins.Success, 'prefixNick',
registry.Boolean(True, """Determines whether the bot will prefix the nick
of the user giving an invalid command to the success response."""))
But it is not used in the plugin.
Best regards,
ProgVal