mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Made the wizard and Relay.configure utils.dqrepr their channel names.
This commit is contained in:
parent
689c464012
commit
f9bd4db612
@ -110,7 +110,7 @@ def configure(onStart, afterConnect, advanced):
|
|||||||
server = ':'.join((server, port))
|
server = ':'.join((server, port))
|
||||||
onStart.append('relay connect %s %s' % (network, server))
|
onStart.append('relay connect %s %s' % (network, server))
|
||||||
channel = anything('What channel would you like to relay between?')
|
channel = anything('What channel would you like to relay between?')
|
||||||
afterConnect.append('relay join %s' % channel)
|
afterConnect.append('relay join %s' % utils.dqrepr(channel))
|
||||||
while yn('Would like to relay between any more channels?') == 'y':
|
while yn('Would like to relay between any more channels?') == 'y':
|
||||||
channel = anything('What channel?')
|
channel = anything('What channel?')
|
||||||
afterConnect.append('relay join %s' % channel)
|
afterConnect.append('relay join %s' % channel)
|
||||||
|
@ -334,7 +334,7 @@ def main():
|
|||||||
prefix the channel with # (or +, or !, or &, but no one uses those
|
prefix the channel with # (or +, or !, or &, but no one uses those
|
||||||
channels, really).""")
|
channels, really).""")
|
||||||
channels = something('What channels?')
|
channels = something('What channels?')
|
||||||
afterConnect.append('admin join %s' % channels)
|
afterConnect.append('admin join %s' % utils.dqrepr(channels))
|
||||||
|
|
||||||
###
|
###
|
||||||
# Plugins
|
# Plugins
|
||||||
|
Loading…
Reference in New Issue
Block a user