Change words from a channel value to a global value.

This commit is contained in:
Jeremy Fincher 2004-03-25 12:13:29 +00:00
parent 5765a3412e
commit 154577832c
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class LastModifiedSetOfStrings(registry.SpaceSeparatedListOfStrings):
registry.SpaceSeparatedListOfStrings.setValue(self, v)
conf.registerPlugin('BadWords')
conf.registerChannelValue(conf.supybot.plugins.BadWords, 'words',
conf.registerGlobalValue(conf.supybot.plugins.BadWords, 'words',
LastModifiedSetOfStrings([], """Determines what words are
considered to be 'bad' so the bot won't say them."""))