Mercurial > nix
annotate config.lua @ 0:0d4d8b432980 default tip master
Initial commit.
author | Kooda <kooda@upyum.com> |
---|---|
date | Fri, 27 Aug 2010 17:00:32 +0200 |
parents | |
children |
rev | line source |
---|---|
0 | 1 jid = "bot@upyum.com"; |
2 password = "bot"; | |
3 nickname = "Nix-ng"; | |
4 debug = true; | |
5 mode="normal" -- Ne sert à rien… | |
6 | |
7 -- Les admins ne sont rien pour l'instant. | |
8 admins = { | |
9 "kooda@upyum.com", | |
10 "apteno@im.apteno.fr" | |
11 }; | |
12 | |
13 muc1 = { | |
14 jid = "test1@muc.upyum.com"; | |
15 -- password = "blabla"; | |
16 }; | |
17 | |
18 muc2 = { | |
19 jid = "test2@muc.upyum.com"; | |
20 -- password = "blabla"; | |
21 }; |