Mercurial > xib
diff README @ 152:17305e57f71d
removed automatic switching to limited mode (created Bridge.show_participants_list_on())
Signed-off-by: Charly COSTE <changaco@changaco.net>
author | Charly COSTE <changaco@changaco.net> |
---|---|
date | Sun, 17 Jan 2010 22:30:23 +0100 |
parents | e0eea72ea493 |
children | 25f6778b8841 |
line wrap: on
line diff
--- a/README +++ b/README @@ -24,6 +24,7 @@ Changaco <changaco@changaco.net> 0.3: - new mode "bypass", this allows to connect more than one bot for each IRC server without having so many nickname conflicts that the bot looks like it is in limited mode - new bridge attribute "irc_connection_interval" (in seconds) + - removed automatic switching to limited mode 0.2: - fixed many many bugs - new command system @@ -54,11 +55,9 @@ Copy "example_config.xml" and modify it "mode" is a per-bridge attribute, it can take three values: - 'normal': The bot connects on IRC on behalf of XMPP users and connects on XMPP on behalf of IRC users. -In this mode the bot automatically switches from normal to limited mode and back again when the IRC server clones limit is crossed. - 'bypass': The bot connects on IRC on behalf of XMPP users and connects on XMPP on behalf of IRC users. If a nickname is already used the bot tries to connect with a slightly different nickname, adding a "_" to the original nickname. -In this mode the bot automatically switches to limited mode and back again when the IRC server clones limit is crossed. - 'limited': The bot only connects on XMPP on behalf of IRC users but NOT on IRC on behalf of XMPP. - 'minimal':