chiark / gitweb /
correct typo (missing : )
[irc.git] / servus_twapi_oauth.txt
1 # Configuration for Servus' twitter use
2 # lines beginning # are ignored
3 # This must contain 4 colon-delimited lines, one for each of:
4 # consumer_key, consumer_secret, access_token, access_token_secret
5 # white-space is discarded
6 # Blank lines will cause the parser to fail.
7 #
8 consumer_key : [your key here]
9 consumer_secret : [your secret here]
10 access_token : [your token here]
11 access_token_secret : [your token secret here]