mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Added configuration question for color.
This commit is contained in:
parent
11c7124203
commit
436dc54ac3
@ -87,6 +87,8 @@ def configure(onStart, afterConnect, advanced):
|
||||
while yn('Would like to relay between any more channels?') == 'y':
|
||||
channel = anything('What channel?')
|
||||
afterConnect.append('relayjoin %s' % channel)
|
||||
if yn('Would you like to use color to distinguish between nicks?') == 'y':
|
||||
afterConnect.append('relaycolor 2')
|
||||
|
||||
|
||||
class Relay(callbacks.Privmsg):
|
||||
|
Loading…
Reference in New Issue
Block a user