Mercurial > xib
comparison README @ 17:32a35f7eff70
Rewrote/modified many things, multiple bridges should now work and are preferred over multiple bots.
Signed-off-by: Charly COSTE <changaco@changaco.net>
author | Charly COSTE <changaco@changaco.net> |
---|---|
date | Thu, 20 Aug 2009 01:00:54 +0200 |
parents | 1a1f2a0d35c7 |
children | 6481b9bb95aa |
comparison
equal
deleted
inserted
replaced
16:0c4a7452d66c | 17:32a35f7eff70 |
---|---|
39 > How to write a configuration file understandable by "start_bots_from_xml_config.py": | 39 > How to write a configuration file understandable by "start_bots_from_xml_config.py": |
40 | 40 |
41 Copy "example_config.xml" and modify it to fit your needs. | 41 Copy "example_config.xml" and modify it to fit your needs. |
42 | 42 |
43 | 43 |
44 > The different modes of the xib bots: | |
45 | |
46 Mode is a per-bridge attribute, it can take three values: | |
47 - 'normal': | |
48 The bot connects on IRC on behalf of XMPP users and connects on XMPP on behalf of IRC users. | |
49 In this mode the bot automatically switches from normal to limited mode and back again when the IRC server clones limit is crossed. | |
50 - 'limited': | |
51 The bot only connects on XMPP on behalf of IRC users but NOT on IRC on behalf of XMPP. | |
52 - 'minimal': | |
53 The bot does not connect on behalf of the participants. | |
54 | |
55 | |
44 > How to log xib bots output: | 56 > How to log xib bots output: |
45 | 57 |
46 xib does not directly handle logging for now so you have to do it the old school way, for example: | 58 xib does not directly handle logging for now so you have to do it the old school way, for example: |
47 mkdir /var/log/xib | 59 mkdir /var/log/xib |
48 touch /var/log/xib/1.log | 60 touch /var/log/xib/1.log |