From dea6bf757aa9a875eab35b2b650412e7605f1308 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Wed, 12 Feb 2003 17:48:37 +0000 Subject: CVS moved to erdgeist.org --- vchatrc.ex | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100755 vchatrc.ex (limited to 'vchatrc.ex') diff --git a/vchatrc.ex b/vchatrc.ex new file mode 100755 index 0000000..cb399a3 --- /dev/null +++ b/vchatrc.ex @@ -0,0 +1,61 @@ +# This is the vchatrc example thanks to Pylon for this great work +# +# Auto-set Nickname during login +#nick = noname + +# Auto-set from-tag during login +#from = vc-alpha-0.15 + +# Server-host to connect to +#host = pulse.flatline.de + +# Port on Server +#port = 2325 + +# Type of ciphers at the SSL-handshake; +# further information in the +# OpenSSL/mod_ssl/Apache-documentation +#ciphers = HIGH:MEDIUM + +# Location of the config-file +#conffile = ~/.vchat/config + +# Location of the certificate +#certfile = ~/.vchat/cert + +# Location of the key +#keyfile = ~/.vchat/key + +# File with special Formats of messages, +# colours etc +#formatfile = ~/.vchat/formats + +# Connect via ssl [0|1] +#usessl = 1 + +# Use the certificate for connecting [0|1] +#usecert = 1 + +# Show the time of the message at start of line [0|1] +#usetime = 1 + +# Message window sizes n lines +#messages = 0 + +# Input-line scrolling every n-th character +#hscroll = 5 + +# Auto-join channel n during login +#channel = 0 + +# Length of the private-window buffer (0 disables) +#privscrollb = 2048 + +# Length of the public-window buffer (0 disables) +#scrollback = 8192 + +# TTL in seconds of private-messages (0 disables) +#privscrollt = 0 + +# TTL in seconds of public-messages (0 disables) +#scrolltime = 86400 -- cgit v1.2.3