Advertisement
andrex

Untitled

Jun 24th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. // WARNING
  2. //
  3. // Do NOT edit this file while ZNC is running!
  4. // Use webadmin or *admin instead.
  5. //
  6. // Buf if you feel risky, you might want to read help on /znc saveconfig and /znc rehash.
  7. // Also check http://en.znc.in/wiki/Configuration
  8.  
  9. AnonIPLimit = 10
  10. MaxBufferSize= 500
  11. SSLCertFile = C:/users/andrex/Application Data/ZNC/znc.pem
  12. ProtectWebSessions = true
  13. Listener4 = 6000
  14. ConnectDelay = 5
  15. ServerThrottle = 30
  16. LoadModule = partyline
  17. LoadModule = webadmin
  18.  
  19. <User andrex>
  20. Pass = sha256#2cbeaf7cacbda3e95293509d749cebd7011f93bd2c583410974e4b1f9800ad10#IHlRM.Qn0an2FtR0_i3v#
  21. Nick = andrex
  22. AltNick = andrex_
  23. Ident = andrex
  24. RealName = Got ZNC?
  25. QuitMsg = ZNC - http://znc.in
  26. StatusPrefix = *
  27. ChanModes = +stn
  28. Buffer = 50
  29. KeepBuffer = true
  30. MultiClients = true
  31. DenyLoadMod = false
  32. Admin = true
  33. DenySetBindHost = false
  34. TimestampFormat = [%H:%M:%S]
  35. AppendTimestamp = false
  36. PrependTimestamp = true
  37. TimezoneOffset = 0.00
  38. JoinTries = 10
  39. MaxJoins = 5
  40. IRCConnectEnabled = true
  41.  
  42. LoadModule = admin
  43. LoadModule = chansaver
  44. LoadModule = keepnick
  45. LoadModule = kickrejoin
  46. LoadModule = nickserv
  47. LoadModule = perform
  48. LoadModule = simple_away
  49.  
  50. Server = irc.epicnet.ru 6667 pass(если нужен)
  51.  
  52. <Chan #epicnet>
  53. </Chan>
  54. </User>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement