<?xml version="1.0"?>
<!DOCTYPE config SYSTEM "config.dtd">
<config>
  <channel name="#perlbot"
           flags="+t-ns"
           logging="yes"
           singlelogfile="no"
           limit="0">
    <op>someone</op>
    <op>otherperson</op>
    <ignoreplugin>SomePlugin</ignoreplugin>
  </channel>
  <bot nick="perlbot"
       nickappend="-"
       ircname="imabot"
       logdir="./logs"
       crashlogdir="./"
       commandprefix="!">
    <plugindir>Plugins/Core</plugindir>
    <plugindir>Plugins/Basic</plugindir>
    <plugindir>Plugins/Misc</plugindir>
    <noload>MegaHal</noload>
    <noload>Guile</noload>
    <noload>Outlander</noload>
    <noload>Test</noload>
    <noload>XMLServer</noload>
    <noload>XMLClient</noload>
    <admin>someone</admin>
    <ignore>*!*someannoyinguser@*.some.host.com</ignore>
  </bot>
  <server address="irc.fdntech.com" port="6667" />
  <server address="localhost" />
  <user name="someone" password="wD887HJnHHjKA">
    <hostmask>*!*someone@*.somewhere.com</hostmask>
  </user>
  <user name="otherperson" password="4./tyldWElAKk">
    <hostmask>*!*other@*.person.edu</hostmask>
    <hostmask>*!*other@*.somewhereelse.com</hostmask>
    <hostmask>somenick!somelogin@someplace.com</hostmask>
  </user>
</config>

