]> icculus.org git repositories - divverent/nexuiz.git/blob - server/rcon2irc/rcon2irc-example.conf
66249121b5d7c48ef99f283a314c5da1f5e220ee
[divverent/nexuiz.git] / server / rcon2irc / rcon2irc-example.conf
1 # DarkPlaces server data
2 dp_server = 172.23.42.54
3 dp_password = hackme
4
5 # IRC configuration
6 irc_server = irc.oftc.net
7 irc_nick = testNex
8 irc_user = banme
9 irc_channel = #Nexuiz-Pwayers
10
11 # uncomment for server administration via IRC
12 #irc_admin_password = hackme
13
14 # IRC NickServ authentication (optional)
15 #irc_nickserv_password = hackme
16
17 # IRC Quakenet challenge/response authentication (optional)
18 #irc_quakenet_authname = hack
19 #irc_quakenet_password = me
20
21 # Extra plug-ins to load
22 #plugins =
23
24 # Alternate IRC trigger (can be used instead of nickname to send stuff to the server)
25 #irc_trigger = nexnexnex
26
27 # Tuning
28 #dp_server_from_wan =
29 #dp_listen = 141.2.16.23:27771
30 #dp_status_delay = 30
31 #irc_admin_timeout = 3600
32 #irc_local = 141.2.16.23
33 #irc_ping_delay = 120
34 #irc_nickserv_identify = PRIVMSG NickServ :IDENTIFY %2$s
35 #irc_nickserv_ghost = PRIVMSG NickServ :GHOST %1$s %2$s
36 #irc_nickserv_ghost_attempts = 3
37 #irc_quakenet_getchallenge = PRIVMSG Q@CServe.quakenet.org :CHALLENGE
38 #irc_quakenet_challengeauth = PRIVMSG Q@CServe.quakenet.org :CHALLENGEAUTH
39 #irc_quakenet_challengeprefix = :Q!TheQBot@CServe.quakenet.org NOTICE [^:]+ :CHALLENGE
40
41 # Example: Gamesurge AuthServ (does not provide ghosting)
42 #irc_nickserv_password = mypassword
43 #irc_nickserv_identify = AUTHSERV AUTH myauthname %2$s
44 #irc_nickserv_ghost =
45 #irc_nickserv_ghost_attempts = 0