diff example_config.xml @ 28:6481b9bb95aa

Added documentation for the "say_level" attribute. Signed-off-by: Charly COSTE <changaco@changaco.net>
author Charly COSTE <changaco@changaco.net>
date Fri, 21 Aug 2009 00:58:47 +0200
parents 32a35f7eff70
children f38735f609b9
line wrap: on
line diff
--- a/example_config.xml
+++ b/example_config.xml
@@ -2,10 +2,14 @@
 <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 mode='normal'>
+		<bridge mode='normal' say_level='all'>
 			<xmpp-room jid='dream-world@chat.example.com'/>
 			<irc chan='#dream-world' server='irc.example.org'/>
 		</bridge>
+		<bridge mode='minimal' say_level='nothing'>
+			<xmpp-room jid='room@chat.example.com'/>
+			<irc chan='#chan' server='irc.example.org'/>
+		</bridge>
 	</bot>
 	<!-- WARNING: do NOT start two bots with the same JID or the same nickname -->
 	<!-- WARNING: two bots connecting to the same XMPP MUC server and/or the same IRC server may conflict, it is better to use multiple bridges -->