example config
[scpubgit/Clifton.git] / doc / example.conf
CommitLineData
9738fc2a 1bridge "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
13user "mst@chainsaws" {
14 allow [ "spades" ];
15 irc_nick "mst_clifton";
16};
17
18user "nathan@kitchengod" {
19 allow [ "spades" ];
20 irc_nick "Nate";
21};