Mercurial > nix
diff 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 |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/config.lua @@ -0,0 +1,21 @@ +jid = "bot@upyum.com"; +password = "bot"; +nickname = "Nix-ng"; +debug = true; +mode="normal" -- Ne sert à rien… + +-- Les admins ne sont rien pour l'instant. +admins = { + "kooda@upyum.com", + "apteno@im.apteno.fr" +}; + +muc1 = { + jid = "test1@muc.upyum.com"; + -- password = "blabla"; +}; + +muc2 = { + jid = "test2@muc.upyum.com"; + -- password = "blabla"; +};