example config
[scpubgit/Clifton.git] / doc / example.conf
1 bridge "spades" {
2   jabber {
3     server "talk.google.com";
4     user "clifton.spades@gmail.com";
5     pass "ace";
6   };
7   irc {
8     server "irc.motorhead.org";
9     channel "#spades";
10   }
11 };
12
13 user "mst@chainsaws" {
14   allow [ "spades" ];
15   irc_nick "mst_clifton";
16 };
17
18 user "nathan@kitchengod" {
19   allow [ "spades" ];
20   irc_nick "Nate";
21 };