implemented NickServ identify for using registered nickname

pull/6/head
Vyacheslav N. Boyko 2018-03-28 11:32:02 +03:00
parent fd4e13eafe
commit 6317a04c03
1 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"enabled" : true,
"server" : "irc.freenode.net",
"port" : 6667,
"channelsNames" : ["#voidforum"],
"channels" : ["#voidforum"],
"botName" : "jircbot-test",
"masterNick" : "bvn13"
},
@ -12,8 +12,9 @@
"enabled" : true,
"server" : "irc.mozilla.org",
"port" : 6667,
"channelsNames" : ["#borsch"],
"channels" : ["#borsch"],
"botName" : "jircbot-test",
"botPassword" : "password",
"masterNick" : "bvn13"
}
]