1
0
Fork 0
nemubot/bot_sample.xml

24 lines
575 B
XML
Raw Normal View History

2014-07-09 13:27:50 +00:00
<nemubotconfig nick="nemubot" realname="nemubot clone" owner="someone">
2014-10-10 21:14:32 +00:00
<server host="irc.rezosup.org" port="6667" autoconnect="true" caps="znc.in/server-time-iso">
<channel name="#nemutest" />
</server>
2014-07-09 13:27:50 +00:00
<!--
2014-10-10 21:14:32 +00:00
<server host="my_host.local" port="6667" password="secret" autoconnect="true" ip="10.69.42.23" ssl="on">
2014-07-09 13:27:50 +00:00
<channel name="#nemutest" />
</server>
-->
<!--
<module name="wolframalpha" apikey="YOUR-APIKEY" />
-->
<module name="cmd_server" />
2014-07-09 13:27:50 +00:00
<module name="alias" />
<module name="ycc" />
<module name="events" />
2014-07-09 13:27:50 +00:00
</nemubotconfig>