# Comments can only begin at the beginning of a line, and must begin with a pound (#) # GameServ Nickname s_GameServ GameServ # GameServ Host gshost yourdomain.com # GameServ username (ie. username@host) gsident GameServ # Gameserv Psuedo Server Name servername gameserv.yourdomain.com # GameServ Forest channel c_Forest #forest # GameServ Forest Channel Topic c_ForestTopic The forest is dark and gloomy. # The hostname/ip of the real ircd gameserv will be connected to remoteserver 127.0.0.1 # The port on the real ircd gameserv will be connecting to remoteport 6667 # The password for linking to the real ircd remotepass linkpass # Filename to store player data in. playerdata players.dat # Filename to load monsters from 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 confloadtime 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.