Created
June 6, 2012 18:17
-
-
Save aheadley/2883704 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<config> | |
<plugin type="hesperus.plugins.irc.IRCPlugin"> | |
<server>irc.freenode.net</server> | |
<port>6667</port> | |
<nick>box-bot</nick> | |
<channelmap> | |
<channel name="default">#overviewer</channel> | |
</channelmap> | |
<nickmap> | |
<nick channel="admin">aheadley</nick> | |
<nick channel="admin">agrif</nick> | |
<nick channel="admin">brownan</nick> | |
<nick channel="admin">`achin</nick> | |
</nickmap> | |
</plugin> | |
<plugin type="hesperus.plugins.command.CommandPlugin" channels="default"> | |
<command_chars>!</command_chars> | |
<names> | |
<name>abbot</name> | |
<name>aheadley-bot</name> | |
<name>box-bot</name> | |
</names> | |
</plugin> | |
<plugin type="hesperus.plugins.reloader.Reloader" channels="default"/> | |
<plugin type="hesperus.plugins.whoami.WhoAmIPlugin" channels="default"/> | |
<plugin type="hesperus.plugins.annoying.Repeater" channels="default"/> | |
<plugin type="hesperus.plugins.annoying.NoU" channels="default"> | |
<timeout>0</timeout> | |
<wait>1</wait> | |
<exceptions> | |
<name>aheadley</name> | |
</exceptions> | |
</plugin> | |
<plugin type="hesperus.plugins.gearman_status.GearmanStatusPlugin" channels="default"> | |
<gearman_host>HOST:PORT</gearman_host> | |
</plugin> | |
<plugin type="hesperus.plugins.snippets.SnippetPlugin" channels="default"> | |
<persist_file>snippets.json</persist_file> | |
</plugin> | |
<plugin type="hesperus.plugins.shipping.PackageTracker" channels="default"> | |
<persist_file>ptrack.json</persist_file> | |
<auth_file>/home/aheadley/devel/hesperus/packagetrack-auth</auth_file> | |
</plugin> | |
<plugin type="hesperus.plugins.shipping.PackageStatus" channels="default"> | |
<auth_file>/home/aheadley/devel/hesperus/packagetrack-auth</auth_file> | |
</plugin> | |
</config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment