summaryrefslogtreecommitdiffstats
path: root/irc/unreal/files/patch-example.conf
blob: 9c2c204ac04c527d692fcad28eae4535ee706d22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
--- doc/example.conf	Wed Oct 27 20:45:03 2004
+++ doc/example.conf	Mon Feb  7 03:58:38 2005
@@ -31,8 +31,8 @@
  */
 
 /* FOR *NIX, uncomment the following 2lines: */
-//loadmodule "src/modules/commands.so";
-//loadmodule "src/modules/cloak.so";
+//loadmodule "%%PREFIX%%/lib/Unreal/commands.so";
+//loadmodule "%%PREFIX%%/lib/Unreal/cloak.so";
 
 /* FOR Windows, uncomment the following 2 lines: */
 //loadmodule "modules/commands.dll";
@@ -374,7 +374,7 @@
  * };
  */
 
-log "ircd.log" {
+log "%%LOGDIR%%/ircd.log" {
 	/* Delete the log file and start a new one when it reaches 2MB, leave this out to always use the 
 	   same log */
 	maxsize 2097152;
@@ -520,8 +520,8 @@
 
 tld {
 	mask *@*.fr;
-	motd "ircd.motd.fr";
-	rules "ircd.rules.fr";
+	motd "ircd.motd";
+	rules "ircd.rules";
 };
 
 /* note: you can just delete the example block above,

OpenPOWER on IntegriCloud