diff options
author | erdgeist <> | 2003-02-12 17:48:37 +0000 |
---|---|---|
committer | erdgeist <> | 2003-02-12 17:48:37 +0000 |
commit | dea6bf757aa9a875eab35b2b650412e7605f1308 (patch) | |
tree | 14ed8374c3a3862529313088375693a7de70d3a7 /vchatrc.ex |
CVS moved to erdgeist.org
Diffstat (limited to 'vchatrc.ex')
-rwxr-xr-x | vchatrc.ex | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/vchatrc.ex b/vchatrc.ex new file mode 100755 index 0000000..cb399a3 --- /dev/null +++ b/vchatrc.ex | |||
@@ -0,0 +1,61 @@ | |||
1 | # This is the vchatrc example thanks to Pylon for this great work | ||
2 | # | ||
3 | # Auto-set Nickname during login | ||
4 | #nick = noname | ||
5 | |||
6 | # Auto-set from-tag during login | ||
7 | #from = vc-alpha-0.15 | ||
8 | |||
9 | # Server-host to connect to | ||
10 | #host = pulse.flatline.de | ||
11 | |||
12 | # Port on Server | ||
13 | #port = 2325 | ||
14 | |||
15 | # Type of ciphers at the SSL-handshake; | ||
16 | # further information in the | ||
17 | # OpenSSL/mod_ssl/Apache-documentation | ||
18 | #ciphers = HIGH:MEDIUM | ||
19 | |||
20 | # Location of the config-file | ||
21 | #conffile = ~/.vchat/config | ||
22 | |||
23 | # Location of the certificate | ||
24 | #certfile = ~/.vchat/cert | ||
25 | |||
26 | # Location of the key | ||
27 | #keyfile = ~/.vchat/key | ||
28 | |||
29 | # File with special Formats of messages, | ||
30 | # colours etc | ||
31 | #formatfile = ~/.vchat/formats | ||
32 | |||
33 | # Connect via ssl [0|1] | ||
34 | #usessl = 1 | ||
35 | |||
36 | # Use the certificate for connecting [0|1] | ||
37 | #usecert = 1 | ||
38 | |||
39 | # Show the time of the message at start of line [0|1] | ||
40 | #usetime = 1 | ||
41 | |||
42 | # Message window sizes n lines | ||
43 | #messages = 0 | ||
44 | |||
45 | # Input-line scrolling every n-th character | ||
46 | #hscroll = 5 | ||
47 | |||
48 | # Auto-join channel n during login | ||
49 | #channel = 0 | ||
50 | |||
51 | # Length of the private-window buffer (0 disables) | ||
52 | #privscrollb = 2048 | ||
53 | |||
54 | # Length of the public-window buffer (0 disables) | ||
55 | #scrollback = 8192 | ||
56 | |||
57 | # TTL in seconds of private-messages (0 disables) | ||
58 | #privscrollt = 0 | ||
59 | |||
60 | # TTL in seconds of public-messages (0 disables) | ||
61 | #scrolltime = 86400 | ||