From: Matt S Trout Date: Wed, 16 Feb 2011 20:35:07 +0000 (+0000) Subject: example config X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FClifton.git;a=commitdiff_plain;h=9738fc2a6295d3c452aa6e26fd51c074b138a716 example config --- diff --git a/doc/example.conf b/doc/example.conf new file mode 100644 index 0000000..2b91b91 --- /dev/null +++ b/doc/example.conf @@ -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"; +};