]> git.xonotic.org Git - xonotic/xonotic.git/blob - server/rcon2irc/rcon2irc-example.conf
initial checkin from nexuiz svn r8756
[xonotic/xonotic.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 # Users with a Q account listed here can use admin commands on the bot
22 #irc_quakenet_authusers = a b c
23
24 # Extra plug-ins to load
25 #plugins =
26
27 # Alternate IRC trigger (can be used instead of nickname to send stuff to the server)
28 #irc_trigger = nexnexnex
29
30 # Custom output options
31 #irc_announce_slotsfree = 1
32 # The var irc_announce_mapchange can be set to either never, notempty or always
33 #irc_announce_mapchange = always
34
35 # Tuning
36 #dp_secure = 1
37 #dp_secure_challengetimeout = 1
38 #dp_server_from_wan =
39 #dp_listen = 
40 #dp_status_delay = 30
41 #irc_reconnect_delay = 300
42 #irc_admin_timeout = 3600
43 #irc_admin_quote_re =
44 #irc_local = 
45 #irc_ping_delay = 120
46 #irc_nickserv_identify = PRIVMSG NickServ :IDENTIFY %2$s
47 #irc_nickserv_ghost = PRIVMSG NickServ :GHOST %1$s %2$s
48 #irc_nickserv_ghost_attempts = 3
49 #irc_quakenet_getchallenge = PRIVMSG Q@CServe.quakenet.org :CHALLENGE
50 #irc_quakenet_challengeauth = PRIVMSG Q@CServe.quakenet.org :CHALLENGEAUTH
51 #irc_quakenet_challengeprefix = :Q!TheQBot@CServe.quakenet.org NOTICE [^:]+ :CHALLENGE
52
53 # Example: Gamesurge AuthServ (does not provide ghosting)
54 #irc_nickserv_password = mypassword
55 #irc_nickserv_identify = AUTHSERV AUTH myauthname %2$s
56 #irc_nickserv_ghost =
57 #irc_nickserv_ghost_attempts = 0
58
59 # Example: connect to a non-secure DP server
60 #dp_secure = 0