mirror of https://github.com/nealey/firebot
Fixes to irc despooler
This commit is contained in:
parent
9da0e88ea8
commit
2e1eb218ed
|
@ -160,7 +160,7 @@ if __name__ == '__main__':
|
|||
l1 = Arsenic(('irc.lanl.gov', 6667),
|
||||
NICK,
|
||||
INFO,
|
||||
["#x"],
|
||||
["#x", "#csirt"],
|
||||
ssl=False)
|
||||
l1.debug = debug
|
||||
|
||||
|
|
Loading…
Reference in New Issue