Guest User

Untitled

a guest
Mar 7th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?xml version="1.1" ?>
  2. <config>
  3. <network>RubyIRCd Test Network</network>
  4. <listen interface="0.0.0.0" port="6667" />
  5. <hostname>irc.sine.cluenet.org</hostname>
  6. <motd>
  7. This is a testing server and it may reboot without warning!
  8. </motd>
  9. <opers>
  10. <oper username="Dvyjones" pass="Hippos" />
  11. </opers>
  12. <limits>
  13. <topic maxlength="307" />
  14. <nick maxlength="31" />
  15. <ping timeout="30" />
  16. </limits>
  17. </config>
Add Comment
Please, Sign In to add comment