Advertisement
Gusman

Block xtheme conf

Oct 14th, 2019
2,046
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Block in xtheme.conf
  2.  
  3. uplink "irc.hijaben.tld" {
  4.         // The server name of the ircd you're linking to goes above.
  5.  
  6.         // host
  7.         // The hostname to connect to.
  8.         host = "irc.hijaben.tld";
  9.  
  10.         // vhost
  11.         // The source IP to connect from, used on machines with multiple interfaces.
  12.         #vhost = "";
  13.  
  14.         // send_password
  15.         // The password sent for linking.
  16.         send_password = "okesend";
  17.         // receive_password
  18.         // The password received for linking.
  19.         receive_password = "okerec";
  20.  
  21.         // port
  22.         // The port to connect to.
  23.         port = "5079";
  24. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement