Advertisement
Guest User

Untitled

a guest
Jul 6th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
WHOIS 0.40 KB | None | 0 0
  1.        link            localhost
  2. {
  3.         username        nick;
  4.         hostname        localhost;
  5.         bind-ip         *;
  6.         port            6667;
  7.         hub             *;
  8.         password-connect "pass";
  9.         password-receive "pass";
  10.         class           servers;
  11.                 options {
  12.                 };
  13. };
  14.  
  15. RemoteServer    localhost 6667 "pass"
  16.  
  17. ServerName  "localhost"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement