]> icculus.org git repositories - divverent/nexuiz.git/blob - Docs/server/rcon2irc/rcon2irc-example.conf
rcon2irc: add irc_local option. Probably broken.
[divverent/nexuiz.git] / Docs / 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 # IRC NickServ authentication (optional)
12 #irc_nickserv_password = hackme
13
14 # IRC Quakenet challenge/response authentication (optional)
15 #irc_quakenet_authname = hack
16 #irc_quakenet_password = me
17
18 # Extra plug-ins to load
19 #plugins =
20
21 # Alternate IRC trigger (can be used instead of nickname to send stuff to the server)
22 #irc_trigger = nexnexnex
23
24 # Tuning
25 #dp_server_from_wan =
26 #dp_listen = 141.2.16.23:27771
27 #dp_status_delay = 30
28 #irc_local = 141.2.16.23
29 #irc_ping_delay = 120
30 #irc_nickserv_identify = PRIVMSG NickServ :IDENTIFY %2$s
31 #irc_nickserv_ghost = PRIVMSG NickServ :GHOST %1$s %2$s
32 #irc_nickserv_ghost_attempts = 3
33 #irc_quakenet_getchallenge = PRIVMSG Q@CServe.quakenet.org :CHALLENGE
34 #irc_quakenet_challengeauth = PRIVMSG Q@CServe.quakenet.org :CHALLENGEAUTH
35 #irc_quakenet_challengeprefix = :Q!TheQBot@CServe.quakenet.org NOTICE [^:]+ :CHALLENGE
36
37 # Example: Gamesurge AuthServ (does not provide ghosting)
38 #irc_nickserv_password = mypassword
39 #irc_nickserv_identify = AUTHSERV AUTH myauthname %2$s
40 #irc_nickserv_ghost =
41 #irc_nickserv_ghost_attempts = 0