Update example user.json
This commit is contained in:
parent
ef22d84d97
commit
d759c62481
@ -2,12 +2,13 @@
|
|||||||
"user": "example",
|
"user": "example",
|
||||||
"password": "password",
|
"password": "password",
|
||||||
"networks": [{
|
"networks": [{
|
||||||
"name": "Rizon",
|
"name": "Freenode",
|
||||||
"host": "irc.rizon.net",
|
"host": "irc.freenode.net",
|
||||||
"port": 6667,
|
"port": 6697,
|
||||||
"password": "serverpw"
|
"tls": true,
|
||||||
"nick": "example",
|
"password": "serverpw",
|
||||||
"realname": "Example User",
|
"nick": "john",
|
||||||
|
"realname": "John Doe",
|
||||||
"commands": [
|
"commands": [
|
||||||
"/msg NickServ identify password",
|
"/msg NickServ identify password",
|
||||||
"/msg ChanServ op #chan"
|
"/msg ChanServ op #chan"
|
||||||
|
Loading…
Reference in New Issue
Block a user