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:
Jordyn 2026-03-15 17:56:58 -05:00
commit aa90c78224
2 changed files with 34 additions and 8 deletions

View file

@ -7,6 +7,7 @@ user = {
server = {
"ip": "irc.serv.net",
"port": 6667,
"ssl": False
"sock_timeout": 60,
"sock_sendbuf": 512,
"sock_recvbuf": 512