Implement registration and confirmation of nicks
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
"RedisSocket": "/tmp/redis.sock",
|
||||
"UsePassword": true,
|
||||
"ConnectOnCreate": false,
|
||||
"AutoReg": false,
|
||||
"Debug": false,
|
||||
"Relay": {
|
||||
"Host": "127.0.0.1",
|
||||
|
||||
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}"
|
||||
}
|
||||
}
|
||||
@@ -13,7 +13,7 @@
|
||||
"load": "load <(file)|list|all>",
|
||||
"dist": "dist",
|
||||
"loadmod": "loadmod <module>",
|
||||
"msg": "msg <name> <target> <message...>",
|
||||
"msg": "msg <network> <num> <target> <message...>",
|
||||
"mon": "mon -h",
|
||||
"chans": "chans <nick> [<nick> ...]",
|
||||
"users": "users <channel> [<channel> ...]",
|
||||
@@ -28,5 +28,7 @@
|
||||
"admall": "admall <entity> <text ...>",
|
||||
"swho": "swho <network> [<channel>]",
|
||||
"list": "list <network>",
|
||||
"exec": "exec <expr ...>"
|
||||
"exec": "exec <expr ...>",
|
||||
"reg": "reg <network> <num>",
|
||||
"confirm": "confirm <network> <num> <token>"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user