Guest User

Untitled

a guest
Jan 26th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. # Enable the webirc module:
  2. loadmodule "extensions/m_webirc.so";
  3. # Place it were it belongs.
  4. auth {
  5. # Kiwi gateway
  6. user = "*@174.143.170.234";
  7. password = "";
  8.  
  9. # The line below makes care that
  10. # Charybdis understands this is the webirc module.
  11. spoof = "webirc.";
  12. # The class.
  13. class = "users";
  14. };
Add Comment
Please, Sign In to add comment