example config
Matt S Trout [Wed, 16 Feb 2011 20:35:07 +0000 (20:35 +0000)]
doc/example.conf [new file with mode: 0644]

diff --git a/doc/example.conf b/doc/example.conf
new file mode 100644 (file)
index 0000000..2b91b91
--- /dev/null
@@ -0,0 +1,21 @@
+bridge "spades" {
+  jabber {
+    server "talk.google.com";
+    user "clifton.spades@gmail.com";
+    pass "ace";
+  };
+  irc {
+    server "irc.motorhead.org";
+    channel "#spades";
+  }
+};
+
+user "mst@chainsaws" {
+  allow [ "spades" ];
+  irc_nick "mst_clifton";
+};
+
+user "nathan@kitchengod" {
+  allow [ "spades" ];
+  irc_nick "Nate";
+};