mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +01:00
Relay: fix string in config
This commit is contained in:
parent
8e11dc8b28
commit
fee33c1272
@ -37,7 +37,7 @@ def configure(advanced):
|
|||||||
from supybot.questions import output, expect, anything, something, yn
|
from supybot.questions import output, expect, anything, something, yn
|
||||||
conf.registerPlugin('Relay', True)
|
conf.registerPlugin('Relay', True)
|
||||||
if yn(_('Would you like to relay between any channels?')):
|
if yn(_('Would you like to relay between any channels?')):
|
||||||
channels = anything(_('What channels? Separated them by spaces.'))
|
channels = anything(_('What channels? Separate them by spaces.'))
|
||||||
conf.supybot.plugins.Relay.channels.set(channels)
|
conf.supybot.plugins.Relay.channels.set(channels)
|
||||||
if yn(_('Would you like to use color to distinguish between nicks?')):
|
if yn(_('Would you like to use color to distinguish between nicks?')):
|
||||||
conf.supybot.plugins.Relay.color.setValue(True)
|
conf.supybot.plugins.Relay.color.setValue(True)
|
||||||
|
Loading…
Reference in New Issue
Block a user