Guest User

Untitled

a guest
Apr 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. /*
  2. * NEW: listen {}
  3. * OLD: P:Line
  4. * This defines a port for the ircd to bind to, to
  5. * allow users/servers to connect to the server.
  6. * Syntax is as follows:
  7. * listen (ip number):(port number)
  8. * {
  9. * options {
  10. * (options here);
  11. * };
  12. * };
  13. * or for a plain
  14. * listen: listen (ip):(port);
  15. *
  16. * NOTICE: for ipv6 ips (3ffe:b80:2:51d::2 etc), use listen [ip]:port;
  17. *
  18. * That works also.
  19. */
Add Comment
Please, Sign In to add comment