1
0
Fork 0
nemubot/bot_sample.xml

29 lines
716 B
XML
Raw Normal View History

2014-07-09 13:27:50 +00:00
<nemubotconfig nick="nemubot" realname="nemubot clone" owner="someone">
<server server="irc.rezosup.org" port="6667" autoconnect="true">
<channel name="#nemutest" />
</server>
2014-07-09 13:27:50 +00:00
<!--
<server server="my_host.local" port="6667" password="secret" autoconnect="true" ip="10.69.42.23" ssl="on" allowall="true">
<channel name="#nemutest" />
</server>
-->
<load path="cmd_server" />
<load path="alias" />
<load path="birthday" />
<load path="ycc" />
<load path="velib" />
<load path="watchWebsite" />
<load path="events" />
<load path="sleepytime" />
<load path="spell" />
<load path="syno" />
<load path="man" />
<load path="reddit" />
2014-07-24 03:32:07 +00:00
<load path="sap" />
2014-07-09 13:27:50 +00:00
</nemubotconfig>