Advertisement
Guest User

Untitled

a guest
Jun 4th, 2017
942
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. # DarkPlaces server data
  2. dp_server = 192.168.1.2:26000
  3. dp_password = nex
  4.  
  5. # IRC configuration
  6. irc_server = irc.quakenet.org
  7. irc_nick = [Mit]bot
  8. irc_nick_alternates = menintuxbot
  9. irc_user = opensuse
  10. irc_channel = #mit.nexuiz
  11. dp_listen = 1
  12. dp_secure = 0
  13. irc_local = 1
  14.  
  15. # uncomment for server administration via IRC
  16. #irc_admin_password =
  17.  
  18. # IRC NickServ authentication (optional)
  19. #irc_nickserv_password =
  20.  
  21. # IRC Quakenet challenge/response authentication (optional)
  22. #irc_quakenet_authname =
  23.  
  24. # Extra plug-ins to load
  25. #plugins = rbiserver.pl
  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 = 0
  37. #dp_server_from_wan =
  38. #dp_listen = 1
  39. #dp_status_delay = 30
  40. #irc_reconnect_delay = 300
  41. #irc_admin_timeout = 3600
  42. #irc_admin_quote_re =
  43. #irc_local = 1
  44. #irc_ping_delay = 120
  45. #irc_nickserv_identify = PRIVMSG NickServ :IDENTIFY %2$s
  46. #irc_nickserv_ghost = PRIVMSG NickServ :GHOST %1$s %2$s
  47. #irc_nickserv_ghost_attempts = 3
  48. #irc_quakenet_getchallenge = PRIVMSG Q@CServe.quakenet.org :CHALLENGE
  49. #irc_quakenet_challengeauth = PRIVMSG Q@CServe.quakenet.org :CHALLENGEAUTH
  50. #irc_quakenet_challengeprefix = :Q!TheQBot@CServe.quakenet.org NOTICE [^:]+ :CHALLENGE
  51.  
  52. # Example: Gamesurge AuthServ (does not provide ghosting)
  53. #irc_nickserv_password = nex
  54. #irc_nickserv_identify = AUTHSERV AUTH myauthname %2$s
  55. #irc_nickserv_ghost =
  56. #irc_nickserv_ghost_attempts = 0
  57.  
  58. # Example: connect to a non-secure DP server
  59. #dp_secure = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement