# HG changeset patch # User Charly COSTE <changaco@changaco.net> # Date 1258844417 -3600 # Node ID f38735f609b90caa1aa436b52b878dcdda452fc7 # Parent d8acff7637319c613b3bb83974cfa1684348ebbf Updated example_config.xml Signed-off-by: Charly COSTE <changaco@changaco.net> diff --git a/example_config.xml b/example_config.xml --- a/example_config.xml +++ b/example_config.xml @@ -2,6 +2,8 @@ <config> <bot jid='some_bot@example.net' password='do not forget to escape xml entities like &' 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 --> + <admin jid='admin1@example.net' /> + <admin jid='admin2@example.net' /> <bridge mode='normal' say_level='all'> <xmpp-room jid='dream-world@chat.example.com'/> <irc chan='#dream-world' server='irc.example.org'/>