mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-14 14:12:32 +01:00
Geezle peats, still didn't get the channel thing right.
This commit is contained in:
parent
df3602bf4d
commit
6acd477e5a
@ -13,6 +13,7 @@ import pprint
|
|||||||
import socket
|
import socket
|
||||||
import optparse
|
import optparse
|
||||||
import textwrap
|
import textwrap
|
||||||
|
from itertools import imap
|
||||||
|
|
||||||
import ansi
|
import ansi
|
||||||
import conf
|
import conf
|
||||||
@ -337,7 +338,8 @@ 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' % map(utils.dqrepr, channels))
|
afterConnect.append('admin join %s' %
|
||||||
|
' '.join(imap(utils.dqrepr, channels)))
|
||||||
|
|
||||||
###
|
###
|
||||||
# Plugins
|
# Plugins
|
||||||
|
Loading…
Reference in New Issue
Block a user