mirror of
https://github.com/a-bad-dev/irc2bash.git
synced 2026-06-09 00:51:32 +00:00
Increase stability of message parser and add SSL support
ZNC loves to send weird messages such as empty PRIVMSG, so I hardened the prefix parsing code accordingly. Additionally, support was added for server forced nickname changes.
This commit is contained in:
parent
ac6560e680
commit
aa90c78224
2 changed files with 34 additions and 8 deletions
|
|
@ -7,6 +7,7 @@ user = {
|
|||
server = {
|
||||
"ip": "irc.serv.net",
|
||||
"port": 6667,
|
||||
"ssl": False
|
||||
"sock_timeout": 60,
|
||||
"sock_sendbuf": 512,
|
||||
"sock_recvbuf": 512
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue