|
|
@@ -2,7 +2,7 @@
|
|
|
* Do not leave the <>
|
|
|
*/
|
|
|
|
|
|
-/* PACKNAME: name of the pack */
|
|
|
+/* PACKNAME: name of the pack (no spaces) */
|
|
|
PACKNAME <name>
|
|
|
|
|
|
/* HASHES
|
|
|
@@ -25,23 +25,23 @@ DCCPREFIX <.>
|
|
|
* Multiple OWNER lines may be defined, each will be added as a +a perm owner.
|
|
|
* nick: nickname what else?
|
|
|
* password: initial password for user
|
|
|
- * host: hosts of the user that will be accepted for telnet only.
|
|
|
*/
|
|
|
-OWNER <Bob S0m3P4ass bob@1.2.3.4 user@1.2.3.4>
|
|
|
+OWNER <YourNick FirstTimePass>
|
|
|
|
|
|
/* OWNEREMAIL: email addresses that status/errors will be sent to when needed
|
|
|
* list as many as needed
|
|
|
*/
|
|
|
OWNEREMAIL <some@email.com>
|
|
|
|
|
|
-/* HUB <nick host port ident>
|
|
|
- * Hubs are ranked by the order they are listed (previously was hublevel in settings.c)
|
|
|
+/* HUB <nick host port>
|
|
|
+ * Hubs are ranked by the order they are listed
|
|
|
* nick: nick of hub
|
|
|
* host: hostname or ip of hub (A 'dynamic' OR 'changeable' HOSTNAME IS RECOMMENDED)
|
|
|
* port: port the hub listens on
|
|
|
- * ident: ident of bot (username on shell)
|
|
|
+ *
|
|
|
+ * Your hub hosts should NOT be vhosts. They need to be changable dns.
|
|
|
+ * Use a domain you OWN/CONTROL, or a friends.
|
|
|
+ * I will *not* rush to remake binaries if asked because of hub host problems.
|
|
|
*/
|
|
|
-HUB <God god.net 666 god>
|
|
|
-
|
|
|
-/* SALTS: DO NOT TOUCH BELOW THIS LINE */
|
|
|
-
|
|
|
+HUB <hub1 hub1.domain.tld 1234>
|
|
|
+HUB <hub2 hub2.domain.tld 1235>
|