This file is indexed.

/usr/share/ekg2/plugins/gg/vars-en.txt is in ekg2-core 1:0.4~pre+20120506.1-8+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
// mały opis dostępnych zmiennych pluginu gg
// (c) copyright 2001-2003 Wojtek Waniewski <wojtekka@irc.pl>
// (c) copyright      2004 Piotr Kupisiewicz <deletek@ekg2.org>
// (c) copyright      2004-2006 Adam Mikuta <adamm@ekg2.org>
// (c) copyright      2005 Mateusz Samonek <m@batnet.pl>

dcc
        type: bool
        default value: 0
	
        Turn on or off p2p connections between clients.
        You need to reconnect after changing that option to send new 
        IP adress.

dcc_ip
        type: text
        default value: none.
	
        set IP adress that is send to server. You can set
        this variable as ,,auto'', IP then will be set
        automatically. 

dcc_limit
        type: text
        default value: 30/30
	
        Set p2p connections limit in specified time.
        number before / set maximum, and number
        after / number of seconds. after going beyond this number 
        p2p connections will be cuted down, to prevent client run-down.

dcc_port
        type: number
        default value: 1550
	
        port, which ekg uses for p2p conections.

display_token
        type: bool
        default value: 1
	
        variable which is available only when we've got special liblary that wi'll let 
        us to decode JPEG. Turning it off will cause that 
        ekg will save tokens to file.

enable_chatstates
	type: bool
	default value: 1
	
	enable or disable typing notification

get_images
        type: bool
        default value: 0
	
        if value = 1 , images from chat will be downloaded
	  and saved in catalogue defined by images_dir

images_dir
	type: text
	default value: none
	
	set catalogue, in which images will be saved, when get_images is set.


images_size
	type: liczba
	default value: 20
	
	varible which define size of images in kB

skip_default_format
	type: bool
	default value: 0
	
	if set, skip default (for windows client) format (black on white)

split_messages
        type: bool
        default value: 0
	
        variable which define what to do if message is longer that it is set.
        If value = 1 then message will be splited , if value =  0
        then message will be send incomplete.