]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/gameserv.example.conf
Fixed some of the order of the example config file
[irc/gameservirc.git] / gameserv / gameserv.example.conf
index a7fbea92dda2a0d0d865765af28e662d20b22cfb..bb9142e5803be138f57a883b7c7df5d77ca08f59 100644 (file)
@@ -36,6 +36,17 @@ remoteport 6667
 # The password for linking to the real ircd 
 remotepass linkpass
 
+# Seconds to wait on load before displaying "Hello Nick" to new users
+# joining your network
+welcomedelay 10
+
+# Message that is displayed to new clients that join the IRC Network
+# Welcomemsg is a formatted string. To use it in a function that uses formatting like notice(), you must include a string
+# as an argument. i.e. notice(s_GameServ, u, welcomemsg, nick);
+# This is only true if you include anything like %s etc... if you include more than one %s or %d or anything, you must
+# include the proper type as an argument also.
+welcomemsg Hello, %s! This network utilizes a services package called GameServ. For info on how to play the game, type /msg %S help.
+
 ########## END IRC STUFF ##########
 
 
@@ -48,17 +59,6 @@ monsterdata monsters.dat
 # Password to control SHUTDOWN, LOAD, and SAVE
 adminpass apass
 
-# Seconds to wait on load before displaying "Hello Nick" to new users
-# joining your network
-welcomedelay 10
-
-# Message that is displayed to new clients that join the IRC Network
-# Welcomemsg is a formatted string. To use it in a function that uses formatting like notice(), you must include a string
-# as an argument. i.e. notice(s_GameServ, u, welcomemsg, nick);
-# This is only true if you include anything like %s etc... if you include more than one %s or %d or anything, you must
-# include the proper type as an argument also.
-welcomemsg Hello, %s! This network utilizes a services package called GameServ. For info on how to play the game, type /msg %S help.
-
 # How often (in seconds) to save the player database. In case of accidental shutdown or crash, this should be set fairly
 # low. 300 seconds = 5 minutes.
 updateperiod 300