1# DarkPlaces server data
2dp_server = 172.23.42.54
3dp_password = hackme
4
5# IRC configuration
6irc_server = irc.oftc.net
7irc_nick = testNex
8irc_nick_alternates = testNex_ testNex__
9irc_user = banme
10irc_channel = #Nexuiz-Pwayers
11
12# uncomment for server administration via IRC
13#irc_admin_password = hackme
14
15# IRC NickServ authentication (optional)
16#irc_nickserv_password = hackme
17
18# IRC Quakenet challenge/response authentication (optional)
19#irc_quakenet_authname = hack
20#irc_quakenet_password = me
21
22# Extra plug-ins to load
23#plugins =
24
25# Alternate IRC trigger (can be used instead of nickname to send stuff to the server)
26#irc_trigger = nexnexnex
27
28# Custom output options
29#irc_announce_slotsfree = 1
30# The var irc_announce_mapchange can be set to either never, notempty or always
31#irc_announce_mapchange = always
32
33# Tuning
34#dp_secure = 1
35#dp_server_from_wan =
36#dp_listen =
37#dp_status_delay = 30
38#irc_reconnect_delay = 300
39#irc_admin_timeout = 3600
40#irc_admin_quote_re =
41#irc_local =
42#irc_ping_delay = 120
43#irc_nickserv_identify = PRIVMSG NickServ :IDENTIFY %2$s
44#irc_nickserv_ghost = PRIVMSG NickServ :GHOST %1$s %2$s
45#irc_nickserv_ghost_attempts = 3
46#irc_quakenet_getchallenge = PRIVMSG Q@CServe.quakenet.org :CHALLENGE
47#irc_quakenet_challengeauth = PRIVMSG Q@CServe.quakenet.org :CHALLENGEAUTH
48#irc_quakenet_challengeprefix = :Q!TheQBot@CServe.quakenet.org NOTICE [^:]+ :CHALLENGE
49
50# Example: Gamesurge AuthServ (does not provide ghosting)
51#irc_nickserv_password = mypassword
52#irc_nickserv_identify = AUTHSERV AUTH myauthname %2$s
53#irc_nickserv_ghost =
54#irc_nickserv_ghost_attempts = 0
55
56# Example: connect to a non-secure DP server
57#dp_secure = 0
58