Advertisement
Guest User

Untitled

a guest
May 18th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. [ ** ] Building new config
  2. [ ** ]
  3. [ ** ] First lets start with some global settings...
  4. [ ** ]
  5. [ ?? ] What port would you like ZNC to listen on? (1 to 65535): 25535
  6. [ ?? ] Would you like ZNC to listen using SSL? (yes/no) [no]: no
  7. [ ?? ] Would you like ZNC to listen using ipv6? (yes/no) [no]: no
  8. [ ?? ] Listen Host (Blank for all ips):
  9. [ ** ]
  10. [ ** ] Now we need to setup a user...
  11. [ ** ]
  12. [ ?? ] Username (AlphaNumeric): delcik
  13. [ ?? ] Enter Password:
  14. [ ?? ] Confirm Password:
  15. [ ?? ] Would you like this user to be an admin? (yes/no) [yes]: yes
  16. [ ?? ] Nick [delcik]: delcik
  17. [ ?? ] Alt Nick [delcik_]: tatar
  18. [ ?? ] Ident [delcik]: delcik
  19. [ ?? ] Real Name [Got ZNC?]: Tatar
  20. [ ?? ] VHost (optional):
  21. [ ?? ] Number of lines to buffer per channel [50]:
  22. [ ?? ] Would you like to keep buffers after replay? (yes/no) [no]: yes
  23. [ ?? ] Default channel modes [+stn]:
  24. [ ** ]
  25. [ ** ] -- IRC Servers --
  26. [ ** ]
  27. [ ?? ] IRC server (host only): irc.station51.net
  28. [ ?? ] [irc.station51.net] Port (1 to 65535) [6667]:
  29. [ ?? ] [irc.station51.net] Password (probably empty):
  30. [ ?? ] Does this server use SSL? (probably no) (yes/no) [no]: no
  31. [ ** ]
  32. [ ?? ] Would you like to add another server? (yes/no) [no]: no
  33. [ ** ]
  34. [ ** ] -- Channels --
  35. [ ** ]
  36. [ ?? ] Would you like to add a channel for ZNC to automatically join? (yes/no) [yes]: no
  37. [ ** ]
  38. [ ?? ] Would you like to setup another user? (yes/no) [no]: no
  39. [ ] Writing config [/home/maruda/.znc/configs/znc.conf]... [ This config alre[ !! ]ists. ]
  40. [ ?? ] Would you like to overwrite it? (yes/no) [no]: yes
  41. [ ok ] Overwriting config [/home/maruda/.znc/configs/znc.conf]...
  42. [ ** ]
  43. [ ** ] To connect to this znc you need to connect to it as your irc server
  44. [ ** ] using the port that you supplied. You have to supply your login info
  45. [ ** ] as the irc server password like so... user:pass.
  46. [ ** ]
  47. [ ** ] Try something like this in your IRC client...
  48. [ ** ] /server <znc_server_ip> 25535 delcik:<pass>
  49. [ ** ]
  50. [ ?? ] Launch znc now? (yes/no) [yes]: no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement