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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
1 jid = "bot@upyum.com";
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
2 password = "bot";
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
3 nickname = "Nix-ng";
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
4 debug = true;
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
5 mode="normal" -- Ne sert à rien…
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
6
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
7 -- Les admins ne sont rien pour l'instant.
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
8 admins = {
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
9 "kooda@upyum.com",
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
10 "apteno@im.apteno.fr"
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
11 };
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
12
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
13 muc1 = {
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
14 jid = "test1@muc.upyum.com";
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
15 -- password = "blabla";
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
16 };
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
17
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
18 muc2 = {
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
19 jid = "test2@muc.upyum.com";
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
20 -- password = "blabla";
0d4d8b432980 Initial commit.
Kooda <kooda@upyum.com>
parents:
diff changeset
21 };