Show
Ignore:
Timestamp:
10/30/07 23:26:58 (3 years ago)
Author:
omega
Message:

* ça marche même avece gajim maintenant (client en carton)
* rajout des modifs du fichier de config et de la table sql (structure très compliqué)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • randomchat/config-example.py

    r99 r124  
    33SERVER = 'example.com' 
    44PORT = 5347 
     5 
     6NICK_GUEST = 'inconnu(e)' 
     7 
     8DB_MODULE = 'sqlite' 
     9SQLITE_DB = 'randomchat.db'