Implement registration and confirmation of nicks
This commit is contained in:
9
conf/example/irc.json
Normal file
9
conf/example/irc.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"_": {
|
||||
"register": true,
|
||||
"entity": "NickServ",
|
||||
"email": "{nickname}@example.com",
|
||||
"register": "REGISTER {password} {email}",
|
||||
"confirm": "CONFIRM {token}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user