Skip to content

Instantly share code, notes, and snippets.

@aheadley
Created June 6, 2012 18:17
Show Gist options
  • Save aheadley/2883704 to your computer and use it in GitHub Desktop.
Save aheadley/2883704 to your computer and use it in GitHub Desktop.
<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