Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
531
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. # DarkPlaces server data
  2. dp_server = 89.122.26.220:26000
  3. dp_password =
  4. # IRC configuration
  5. irc_server = irc.quakenet.org:6667
  6. irc_nick = kMinsta
  7. irc_nick_alternates = MinstaK
  8. irc_user = kServ1
  9. irc_channel = #XrCT
  10.  
  11. # uncomment for server administration via IRC
  12. #irc_admin_password =
  13.  
  14. # IRC NickServ authentication (optional)
  15. #irc_nickserv_password =
  16.  
  17. # IRC Quakenet challenge/response authentication (optional)
  18. irc_quakenet_authname =
  19. irc_quakenet_password =
  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 = KServMinsta
  26.  
  27. # Custom output options
  28. irc_announce_slotsfree = 1
  29. # The var irc_announce_mapchange can be set to either never, notempty or always
  30. irc_announce_mapchange = always
  31.  
  32. # Tuning
  33. #dp_secure = 1
  34. #dp_server_from_wan = 89.122.26.220:26000
  35. #dp_listen = 1
  36. dp_status_delay = 30
  37. #irc_reconnect_delay = 300
  38. #irc_admin_timeout = 3600
  39. #irc_admin_quote_re =
  40. #irc_local =
  41. #irc_ping_delay = 120
  42. #irc_nickserv_identify = PRIVMSG NickServ :IDENTIFY %2$s
  43. #irc_nickserv_ghost = PRIVMSG NickServ :GHOST %1$s %2$s
  44. #irc_nickserv_ghost_attempts = 3
  45. #irc_quakenet_getchallenge = PRIVMSG Q@CServe.quakenet.org :CHALLENGE
  46. #irc_quakenet_challengeauth = PRIVMSG Q@CServe.quakenet.org :CHALLENGEAUTH
  47. #irc_quakenet_challengeprefix = :Q!TheQBot@CServe.quakenet.org NOTICE [^:]+ :CHALLENGE
  48.  
  49. # Example: Gamesurge AuthServ (does not provide ghosting)
  50. #irc_nickserv_password = mypassword
  51. #irc_nickserv_identify = AUTHSERV AUTH myauthname %2$s
  52. #irc_nickserv_ghost =
  53. #irc_nickserv_ghost_attempts = 0
  54.  
  55. # Example: connect to a non-secure DP server
  56. #dp_secure = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement