Browse Source

server_pass was undocumented, adding it to the example config

tags/v0.4.3
Jonathan Herlin 4 years ago
parent
commit
aa6d692a99
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      examples/irccat.json

+ 1
- 0
examples/irccat.json View File

@@ -25,6 +25,7 @@
25 25
     "tls_skip_verify": false,
26 26
     "nick": "irccat",
27 27
     "realname": "IRCCat",
28
+    "server_pass": "",
28 29
     "identify_pass": "",
29 30
     "sasl_login": "",
30 31
     "sasl_pass": "",

Loading…
Cancel
Save