mirror of
https://github.com/a-bad-dev/irc2bash.git
synced 2026-06-08 16:42:10 +00:00
fix missing comma
This commit is contained in:
parent
1e2c4f2b68
commit
a38d990468
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ user = {
|
|||
server = {
|
||||
"ip": "irc.serv.net",
|
||||
"port": 6667,
|
||||
"ssl": False
|
||||
"ssl": False,
|
||||
"sock_timeout": 60,
|
||||
"sock_sendbuf": 512,
|
||||
"sock_recvbuf": 512
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue