Fix some typos in configure()

This commit is contained in:
James Vega 2004-06-19 18:00:03 +00:00
parent 0721a7005c
commit 21764931ec
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ def configure(advanced):
try:
targets = anything('Which channels or users would you like to '
'send log messages to?')
conf.supybot.plugins.LogToIrc.target.set(target)
conf.supybot.plugins.LogToIrc.targets.set(targets)
except registry.InvalidRegistryValue, e:
output(str(e))
targets = ''