]> icculus.org git repositories - divverent/nexuiz.git/blob - server/rcon2irc/rcon2irc-example.conf
secure auth now also in rcon2irc
[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_secure = 1
30 #dp_server_from_wan =
31 #dp_listen = 
32 #dp_status_delay = 30
33 #irc_reconnect_delay = 300
34 #irc_admin_timeout = 3600
35 #irc_admin_quote_re =
36 #irc_local = 
37 #irc_ping_delay = 120
38 #irc_nickserv_identify = PRIVMSG NickServ :IDENTIFY %2$s
39 #irc_nickserv_ghost = PRIVMSG NickServ :GHOST %1$s %2$s
40 #irc_nickserv_ghost_attempts = 3
41 #irc_quakenet_getchallenge = PRIVMSG Q@CServe.quakenet.org :CHALLENGE
42 #irc_quakenet_challengeauth = PRIVMSG Q@CServe.quakenet.org :CHALLENGEAUTH
43 #irc_quakenet_challengeprefix = :Q!TheQBot@CServe.quakenet.org NOTICE [^:]+ :CHALLENGE
44
45 # Example: Gamesurge AuthServ (does not provide ghosting)
46 #irc_nickserv_password = mypassword
47 #irc_nickserv_identify = AUTHSERV AUTH myauthname %2$s
48 #irc_nickserv_ghost =
49 #irc_nickserv_ghost_attempts = 0
50
51 # Example: connect to a non-secure DP server
52 #dp_secure = 0