diff --git a/doc/conf/unrealircd.hub.conf b/doc/conf/unrealircd.hub.conf index a82b151..be619e5 100644 --- a/doc/conf/unrealircd.hub.conf +++ b/doc/conf/unrealircd.hub.conf @@ -22,6 +22,11 @@ log { destination { file "ircd.log" { maxsize 5M; } } } +log { + source { all; } + destination { channel "#services"; } +} + ulines { services.supernets.org; } set { diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf index 2eee73f..90fc0ef 100644 --- a/doc/conf/unrealircd.remote.conf +++ b/doc/conf/unrealircd.remote.conf @@ -51,10 +51,10 @@ log { destination { file "ircd.log" { maxsize 5M; } } } -#log { -# source { all; } -# destination { channel "#REDACTED" } -#} +log { + source { all; } + destination { channel "#services"; } +} tld { mask *@*; motd remote.motd; rules remote.motd; options { remote; } }