mirror of
https://github.com/progval/Limnoria.git
synced 2025-05-06 11:33:39 -05:00
Fix some typos in configure()
This commit is contained in:
parent
0721a7005c
commit
21764931ec
@ -192,7 +192,7 @@ def configure(advanced):
|
|||||||
try:
|
try:
|
||||||
targets = anything('Which channels or users would you like to '
|
targets = anything('Which channels or users would you like to '
|
||||||
'send log messages to?')
|
'send log messages to?')
|
||||||
conf.supybot.plugins.LogToIrc.target.set(target)
|
conf.supybot.plugins.LogToIrc.targets.set(targets)
|
||||||
except registry.InvalidRegistryValue, e:
|
except registry.InvalidRegistryValue, e:
|
||||||
output(str(e))
|
output(str(e))
|
||||||
targets = ''
|
targets = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user