Skip to content

Instantly share code, notes, and snippets.

@sarahhodne
Created June 7, 2009 08:45
Show Gist options
  • Save sarahhodne/125244 to your computer and use it in GitHub Desktop.
Save sarahhodne/125244 to your computer and use it in GitHub Desktop.
<?xml version="1.1" ?>
<config>
<network>RubyIRCd Test Network</network>
<listen interface="0.0.0.0" port="6667" />
<hostname>irc.sine.cluenet.org</hostname>
<motd>
This is a testing server and it may reboot without warning!
</motd>
<opers>
<oper username="Dvyjones" pass="Hippos" />
</opers>
<limits>
<topic maxlength="307" />
<nick maxlength="31" />
<ping timeout="30" />
</limits>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment