diff README @ 118:b29fd5696a78

new mode bypass and new method bridge.changeMode Signed-off-by: Charly COSTE <changaco@changaco.net>
author Charly COSTE <changaco@changaco.net>
date Sat, 28 Nov 2009 23:47:11 +0100
parents 49d305b0bd9b
children e0eea72ea493
line wrap: on
line diff
--- a/README
+++ b/README
@@ -21,6 +21,8 @@ Changaco <changaco@changaco.net>
 
 
 > Changelog:
+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
 0.2:
  - fixed many many bugs
  - new command system
@@ -52,6 +54,10 @@ Copy "example_config.xml" and modify it 
 - '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':