Advertisement
Guest User

Untitled

a guest
May 25th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. // WebIRC password enabled for this server
  2. conf.webirc_pass = "salad";
  3.  
  4. // Multiple WebIRC passwords may be used for multiple servers
  5. //conf.webirc_pass = {
  6. // "irc.network.com": "configured_webirc_password",
  7. // "127.0.0.1": "foobar"
  8. //};
  9.  
  10. // Some IRCDs require the clients IP via the username/ident
  11. conf.ip_as_username = [
  12. //"irc.network.com",
  13. //"127.0.0.1"
  14. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement