]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/gameserv.example.conf
fixed the config.cpp file back to strcpy() (oops)
[irc/gameservirc.git] / gameserv / gameserv.example.conf
index 3daa80061091605c44dbce8cf8bef87cc29f6a2d..bc1c6a846479b962d3268e1659c281838e01877b 100644 (file)
@@ -95,7 +95,6 @@ SAVEDNOTICE false
 
 ########## END IRC STUFF ##########
 
-
 # Filename to store player data in.
 playerdata data/players.dat
 
@@ -114,6 +113,9 @@ masterdata data/masters.dat
 # Filename to store current dragon stats in.
 dragondata data/currentdragon.dat
 
+# Directory to look for scripts in - No trailing / necessary
+scriptdir data/scripts
+
 # This is the filename for the gameserv process ID
 # This should be different between .conf files so you have different pid
 # files saved for each process (if you want)