Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. # WEBIRC MODE: This option controls how the IP/hostname of the
  2. # connecting browser will be sent to IRC. If set, the IRC server may
  3. # be able to transparently display users of Iris as from their
  4. # original hosts, rather than as coming from the webclient's IP.
  5. # Possible values include:
  6. # webirc: Use WEBIRC type blocks, with an IRCD configuration of
  7. # the following style:
  8. #
  9. # cgiirc: {
  10. # type webirc;
  11. # hostname <qwebirc's ip address>;
  12. # password <password>;
  13. # };
  14. #
  15. # You must set webirc_password to be the same as <password>.
  16. #
  17. # realname: Disables WEBIRC.
  18. # Sends the IP and hostname in the realname field in the format
  19. # <hostname>/<ip> - <normal realname>, convenient for human reading.
  20. #
  21. # <left empty>: Disables WEBIRC.
  22. # Sends the IP in the realname field, overriding the REALNAME option.
  23. webirc_mode: webirc
  24.  
  25. # WEBIRC PASSWORD: Used for webirc mode "webirc", see webirc_mode option
  26. # documentation.
  27. webirc_password: webirc_password
  28.  
  29. auth {
  30. user = "webirc@localhost.home"; # if identd used, put ident username instead
  31. password = "webirc_password"; # encryption possible
  32. spoof = "WiseIRC/WebChat/";
  33. class = "users";
  34. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement