]> jfr.im git - irc/gameservirc.git/blame - gameserv/gameserv.example.conf
Switched the hybrid contrib files to an updated version for configscript. Thank you...
[irc/gameservirc.git] / gameserv / gameserv.example.conf
CommitLineData
85ce9d3e 1# Comments can only begin at the beginning of a line, and must begin with a pound (#)
2# GameServ Nickname
3s_GameServ GameServ
4
5# GameServ Host
a948af1c 6gshost yourdomain.com
85ce9d3e 7
8# GameServ username (ie. username@host)
9gsident GameServ
10
11# Gameserv Psuedo Server Name
a948af1c 12servername gameserv.yourdomain.com
85ce9d3e 13
14# GameServ Forest channel
15c_Forest #forest
16
17# GameServ Forest Channel Topic
18c_ForestTopic The forest is dark and gloomy.
19
20# The hostname/ip of the real ircd gameserv will be connected to
a948af1c 21remoteserver 127.0.0.1
85ce9d3e 22
23# The port on the real ircd gameserv will be connecting to
a948af1c 24remoteport 6667
85ce9d3e 25
26# The password for linking to the real ircd
a948af1c 27remotepass linkpass
85ce9d3e 28
29# Filename to store player data in.
30playerdata players.dat
45a84400 31
4dde2ed9 32# Filename to load monsters from
33monsterdata monsters.dat
34
45a84400 35# Password to control SHUTDOWN, LOAD, and SAVE
36adminpass apass
bf2cabcd 37
38# Seconds to wait on load before displaying "Hello Nick" to new users
39# joining your network
40confloadtime 10
41
42# Message that is displayed to new clients that join the IRC Network
43# Welcomemsg is a formatted string. To use it in a function that uses formatting like notice(), you must include a string
44# as an argument. i.e. notice(s_GameServ, u, welcomemsg, nick);
45# This is only true if you include anything like %s etc... if you include more than one %s or %d or anything, you must
46# include the proper type as an argument also.
47welcomemsg Hello, %s! This network utilizes a services package called GameServ. For info on how to play the game, type /msg %S help.