view example_config.xml @ 14:1a1f2a0d35c7

Fixed bug that prevented the bot from connecting to freenode and all other servers that don't send "umode" Signed-off-by: Charly COSTE <changaco@changaco.net>
author Charly COSTE <changaco@changaco.net>
date Mon, 17 Aug 2009 13:20:25 +0200
parents a9bfe4f7bf72
children 0c4a7452d66c
line wrap: on
line source

<?xml version="1.0" ?>
<config>
	<bot jid='some_bot@example.net' password='do not forget to escape xml entities like &amp;' nickname='xib-bot-nickname' debug='true'>
		<!-- WARNING: do NOT set debug to "true" if you are sending the bot's stderr to a file, it logs every XMPP stanza and IRC event without controlling the size of the resulting file -->
		<bridge>
			<xmpp-room jid='dream-world@chat.example.com'/>
			<irc chan='#dream-world' server='irc.example.org'/>
		</bridge>
		<!-- WARNING: multiple bridges is not currently well-implemented, start multiple bots instead -->
	</bot>
	<!-- WARNING: do NOT start two bots with the same JID -->
</config>