Advertisement
Guest User

Untitled

a guest
Jun 4th, 2017
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 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.  
  12. # uncomment for server administration via IRC
  13. #irc_admin_password =
  14.  
  15. # IRC NickServ authentication (optional)
  16. #irc_nickserv_password =
  17.  
  18. # IRC Quakenet challenge/response authentication (optional)
  19. #irc_quakenet_authname =
  20.  
  21. # Extra plug-ins to load
  22. #plugins = rbiserver.pl
  23.  
  24. # Alternate IRC trigger (can be used instead of nickname to send stuff to the server)
  25. #irc_trigger = nexnexnex
  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 = 0
  34. #dp_server_from_wan =
  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 = 1
  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 = nex
  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