]> icculus.org git repositories - divverent/nexuiz.git/blob - server/rcon2irc/rcon2irc-example.conf
d836287dc570ce027ff5f5bd4dbe5be70a0b7d0a
[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_nick_alternates = testNex_ testNex__
9 irc_user = banme
10 irc_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 # Tuning
29 #dp_server_from_wan =
30 #dp_listen = 141.2.16.23:27771
31 #dp_status_delay = 30
32 #irc_reconnect_delay = 300
33 #irc_admin_timeout = 3600
34 #irc_local = 141.2.16.23
35 #irc_ping_delay = 120
36 #irc_nickserv_identify = PRIVMSG NickServ :IDENTIFY %2$s
37 #irc_nickserv_ghost = PRIVMSG NickServ :GHOST %1$s %2$s
38 #irc_nickserv_ghost_attempts = 3
39 #irc_quakenet_getchallenge = PRIVMSG Q@CServe.quakenet.org :CHALLENGE
40 #irc_quakenet_challengeauth = PRIVMSG Q@CServe.quakenet.org :CHALLENGEAUTH
41 #irc_quakenet_challengeprefix = :Q!TheQBot@CServe.quakenet.org NOTICE [^:]+ :CHALLENGE
42
43 # Example: Gamesurge AuthServ (does not provide ghosting)
44 #irc_nickserv_password = mypassword
45 #irc_nickserv_identify = AUTHSERV AUTH myauthname %2$s
46 #irc_nickserv_ghost =
47 #irc_nickserv_ghost_attempts = 0