Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. ----------------------------------------------------------------------------
  2.  
  3. // WARNING
  4. //
  5. // Do NOT edit this file while ZNC is running!
  6. // Use webadmin or *controlpanel instead.
  7. //
  8. // Altering this file by hand will forfeit all support.
  9. //
  10. // But if you feel risky, you might want to read help on /znc saveconfig and /zn c rehash.
  11. // Also check http://en.znc.in/wiki/Configuration
  12.  
  13. Version = 1.6.5
  14. <Listener l>
  15. Port = 6666
  16. IPv4 = true
  17. IPv6 = false
  18. SSL = false
  19. </Listener>
  20. LoadModule = webadmin
  21.  
  22. <User DrZoidberg>
  23. Pass = sha256#480db902d8aa8e009559d34f34563536c1885d0fb14a3293fd6c f7159c2c2335#r/5!Z)Y5Kv,H.Ocz3x0J#
  24. Admin = true
  25. Nick = DrZoidberg_Nas
  26. AltNick = DrZoiby_Nas
  27. Ident = DrZoidberg
  28. RealName = DrZoidberg
  29. LoadModule = chansaver
  30. LoadModule = controlpanel
  31.  
  32. <Network Epiknet>
  33. LoadModule = simple_away
  34. Server = irc.epiknet.org 6667
  35.  
  36. <Chan #gatecrasher>
  37. </Chan>
  38. </Network>
  39. </User>
  40.  
  41. ----------------------------------------------------------------------------
  42.  
  43. [ ** ] Printing the new config to stdout instead:
  44.  
  45. ----------------------------------------------------------------------------
  46.  
  47. // WARNING
  48. //
  49. // Do NOT edit this file while ZNC is running!
  50. // Use webadmin or *controlpanel instead.
  51. //
  52. // Altering this file by hand will forfeit all support.
  53. //
  54. // But if you feel risky, you might want to read help on /znc saveconfig and /zn c rehash.
  55. // Also check http://en.znc.in/wiki/Configuration
  56.  
  57. Version = 1.6.5
  58. <Listener l>
  59. Port = 6666
  60. IPv4 = true
  61. IPv6 = false
  62. SSL = false
  63. </Listener>
  64. LoadModule = webadmin
  65.  
  66. <User DrZoidberg>
  67. Pass = sha256#480db902d8aa8e009559d34f34563536c1885d0fb14a3293fd6c f7159c2c2335#r/5!Z)Y5Kv,H.Ocz3x0J#
  68. Admin = true
  69. Nick = DrZoidberg_Nas
  70. AltNick = DrZoiby_Nas
  71. Ident = DrZoidberg
  72. RealName = DrZoidberg
  73. LoadModule = chansaver
  74. LoadModule = controlpanel
  75.  
  76. <Network Epiknet>
  77. LoadModule = simple_away
  78. Server = irc.epiknet.org 6667
  79.  
  80. <Chan #gatecrasher>
  81. </Chan>
  82. </Network>
  83. </User>
  84.  
  85. ----------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement