Start implementing relay abstractions for smarter network handling and minor cosmetic changes
This commit is contained in:
1
conf/example/relay.json
Normal file
1
conf/example/relay.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -14,12 +14,14 @@
|
||||
"disable": "disable <name>",
|
||||
"list": "list",
|
||||
"stats": "stats [<name>]",
|
||||
"save": "save <config|keyconf|pool|help|counters|masterbuf|monitor|all>",
|
||||
"load": "load <config|keyconf|pool|help|counters|masterbuf|monitor|all>",
|
||||
"save": "save <(file)|list|all>",
|
||||
"load": "load <(file)|list|all>",
|
||||
"dist": "dist",
|
||||
"loadmod": "loadmod <module>",
|
||||
"msg": "msg <name> <target> <message...>",
|
||||
"mon": "mon -h",
|
||||
"chans": "chans <nick> [<nick> ...]",
|
||||
"users": "users <channel> [<channel> ...]"
|
||||
"users": "users <channel> [<channel> ...]",
|
||||
"alias": "alias <add|del|list> [<alias> <nickname> <ident> <realname>]",
|
||||
"relay": "relay <add|del|list> [<relay> <host> <port> <user> <password>"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user