Skip to content

Commit e4571a5

Browse files
committed
Make the documentation of ulines { } in example.conf more explicit
about ulines for services needing to be added on every UnrealIRCd server in a network. [skip ci]
1 parent b80d89d commit e4571a5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/conf/examples/example.conf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,11 @@ link services.example.org
251251
}
252252

253253
/* U-lines give other servers (even) more power/commands.
254-
* If you use services you must add them here.
255-
* NEVER put the name of an UnrealIRCd server here!!!
254+
* If you use services you MUST add them here. You must add the
255+
* services server name in ulines { } in the config file on
256+
* every UnrealIRCd server on your network.
257+
* IMPORTANT: Never put the name of an UnrealIRCd server here,
258+
* it's only for Services!
256259
*/
257260
ulines {
258261
services.example.org;

0 commit comments

Comments
 (0)