summaryrefslogtreecommitdiffstats
path: root/net-im/tkabbur/pkg-plist
blob: c4e9ef60d64e75f80e07e0e050ee0effca98d55e (plain)
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
bin/tkabbur
%%DATADIR%%/Tclx.tcl
%%DATADIR%%/balloon.tcl
%%DATADIR%%/chats.tcl
%%DATADIR%%/configdir.tcl
%%DATADIR%%/contrib/contrib/.svn/all-wcprops
%%DATADIR%%/contrib/contrib/.svn/entries
%%DATADIR%%/contrib/contrib/.svn/format
%%DATADIR%%/contrib/contrib/extract-translations/.svn/all-wcprops
%%DATADIR%%/contrib/contrib/extract-translations/.svn/entries
%%DATADIR%%/contrib/contrib/extract-translations/.svn/format
%%DATADIR%%/contrib/contrib/extract-translations/.svn/prop-base/extract.tcl.svn-base
%%DATADIR%%/contrib/contrib/extract-translations/.svn/text-base/extract.tcl.svn-base
%%DATADIR%%/contrib/contrib/extract-translations/extract.tcl
%%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/all-wcprops
%%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/entries
%%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/format
%%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/prop-base/gabber-docking-24x24.zip.svn-base
%%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/text-base/gabber-docking-24x24.zip.svn-base
%%DATADIR%%/contrib/contrib/gabber-docking-24x24/gabber-docking-24x24.zip
%%DATADIR%%/contrib/contrib/starkit/.svn/all-wcprops
%%DATADIR%%/contrib/contrib/starkit/.svn/entries
%%DATADIR%%/contrib/contrib/starkit/.svn/format
%%DATADIR%%/contrib/contrib/starkit/.svn/prop-base/README.svn-base
%%DATADIR%%/contrib/contrib/starkit/.svn/prop-base/main.tcl.svn-base
%%DATADIR%%/contrib/contrib/starkit/.svn/text-base/README.svn-base
%%DATADIR%%/contrib/contrib/starkit/.svn/text-base/main.tcl.svn-base
%%DATADIR%%/contrib/contrib/starkit/README
%%DATADIR%%/contrib/contrib/starkit/main.tcl
%%DATADIR%%/custom.tcl
%%DATADIR%%/datagathering.tcl
%%DATADIR%%/default.tcl
%%DATADIR%%/disco.tcl
%%DATADIR%%/emoticons/default/beer.gif
%%DATADIR%%/emoticons/default/facegrinning.gif
%%DATADIR%%/emoticons/default/facehappy.gif
%%DATADIR%%/emoticons/default/faceironic.gif
%%DATADIR%%/emoticons/default/facesad.gif
%%DATADIR%%/emoticons/default/facestartled.gif
%%DATADIR%%/emoticons/default/facestraight.gif
%%DATADIR%%/emoticons/default/facewinking.gif
%%DATADIR%%/emoticons/default/faceyukky.gif
%%DATADIR%%/emoticons/default/icondef.xml
%%DATADIR%%/filetransfer.tcl
%%DATADIR%%/gpgme.tcl
%%DATADIR%%/hooks.tcl
%%DATADIR%%/iface.tcl
%%DATADIR%%/ifacetk/buttonbar.tcl
%%DATADIR%%/ifacetk/bwidget_workarounds.tcl
%%DATADIR%%/ifacetk/default.xrdb
%%DATADIR%%/ifacetk/idefault.tcl
%%DATADIR%%/ifacetk/iface.tcl
%%DATADIR%%/ifacetk/ilogin.tcl
%%DATADIR%%/ifacetk/iroster.tcl
%%DATADIR%%/ifacetk/systray.tcl
%%DATADIR%%/ifacetk/unix.xrdb
%%DATADIR%%/iq.tcl
%%DATADIR%%/itemedit.tcl
%%DATADIR%%/jabberlib/autoconnect.tcl
%%DATADIR%%/jabberlib/https.tcl
%%DATADIR%%/jabberlib/idna.tcl
%%DATADIR%%/jabberlib/jabberlib.tcl
%%DATADIR%%/jabberlib/jlibauth.tcl
%%DATADIR%%/jabberlib/jlibcomponent.tcl
%%DATADIR%%/jabberlib/jlibcompress.tcl
%%DATADIR%%/jabberlib/jlibdns.tcl
%%DATADIR%%/jabberlib/jlibsasl.tcl
%%DATADIR%%/jabberlib/jlibtls.tcl
%%DATADIR%%/jabberlib/namespaces.tcl
%%DATADIR%%/jabberlib/ntlm.tcl
%%DATADIR%%/jabberlib/pkgIndex.tcl
%%DATADIR%%/jabberlib/socks4.tcl
%%DATADIR%%/jabberlib/socks5.tcl
%%DATADIR%%/jabberlib/stanzaerror.tcl
%%DATADIR%%/jabberlib/streamerror.tcl
%%DATADIR%%/jabberlib/transports.tcl
%%DATADIR%%/jabberlib/wrapper.tcl
%%DATADIR%%/joingrdialog.tcl
%%DATADIR%%/login.tcl
%%DATADIR%%/mclistbox/mclistbox.tcl
%%DATADIR%%/messages.tcl
%%DATADIR%%/msgs/ca.msg
%%DATADIR%%/msgs/de.msg
%%DATADIR%%/msgs/eo.msg
%%DATADIR%%/msgs/es.msg
%%DATADIR%%/msgs/eu.msg
%%DATADIR%%/msgs/fr.msg
%%DATADIR%%/msgs/it.msg
%%DATADIR%%/msgs/nl.msg
%%DATADIR%%/msgs/pl.msg
%%DATADIR%%/msgs/pl.rc
%%DATADIR%%/msgs/pt.msg
%%DATADIR%%/msgs/ro.msg
%%DATADIR%%/msgs/ru.msg
%%DATADIR%%/msgs/ru.rc
%%DATADIR%%/msgs/uk.msg
%%DATADIR%%/msgs/uk.rc
%%DATADIR%%/muc.tcl
%%DATADIR%%/negotiate.tcl
%%DATADIR%%/pep.tcl
%%DATADIR%%/pixmaps.tcl
%%DATADIR%%/pixmaps/default-blue/docking/available-away.gif
%%DATADIR%%/pixmaps/default-blue/docking/available-chat.gif
%%DATADIR%%/pixmaps/default-blue/docking/available-dnd.gif
%%DATADIR%%/pixmaps/default-blue/docking/available.gif
%%DATADIR%%/pixmaps/default-blue/docking/tkabber.ico
%%DATADIR%%/pixmaps/default-blue/icondef.xml
%%DATADIR%%/pixmaps/default-blue/roster/available-away.gif
%%DATADIR%%/pixmaps/default-blue/roster/available-chat.gif
%%DATADIR%%/pixmaps/default-blue/roster/available-dnd.gif
%%DATADIR%%/pixmaps/default-blue/roster/available.gif
%%DATADIR%%/pixmaps/default/docking/available-away.gif
%%DATADIR%%/pixmaps/default/docking/available-chat.gif
%%DATADIR%%/pixmaps/default/docking/available-dnd.gif
%%DATADIR%%/pixmaps/default/docking/available-xa.gif
%%DATADIR%%/pixmaps/default/docking/available.gif
%%DATADIR%%/pixmaps/default/docking/blank.gif
%%DATADIR%%/pixmaps/default/docking/invisible.gif
%%DATADIR%%/pixmaps/default/docking/message-personal.gif
%%DATADIR%%/pixmaps/default/docking/message-server.gif
%%DATADIR%%/pixmaps/default/docking/message.gif
%%DATADIR%%/pixmaps/default/docking/tkabber.ico
%%DATADIR%%/pixmaps/default/docking/unavailable.gif
%%DATADIR%%/pixmaps/default/icondef.xml
%%DATADIR%%/pixmaps/default/roster/available-away.gif
%%DATADIR%%/pixmaps/default/roster/available-chat.gif
%%DATADIR%%/pixmaps/default/roster/available-dnd.gif
%%DATADIR%%/pixmaps/default/roster/available-xa.gif
%%DATADIR%%/pixmaps/default/roster/available.gif
%%DATADIR%%/pixmaps/default/roster/conference-available.gif
%%DATADIR%%/pixmaps/default/roster/conference-unavailable.gif
%%DATADIR%%/pixmaps/default/roster/group-closed.gif
%%DATADIR%%/pixmaps/default/roster/group-opened.gif
%%DATADIR%%/pixmaps/default/roster/invisible.gif
%%DATADIR%%/pixmaps/default/roster/stalker.gif
%%DATADIR%%/pixmaps/default/roster/unavailable.gif
%%DATADIR%%/pixmaps/default/services/aim_away.gif
%%DATADIR%%/pixmaps/default/services/aim_chat.gif
%%DATADIR%%/pixmaps/default/services/aim_dnd.gif
%%DATADIR%%/pixmaps/default/services/aim_offline.gif
%%DATADIR%%/pixmaps/default/services/aim_online.gif
%%DATADIR%%/pixmaps/default/services/aim_xa.gif
%%DATADIR%%/pixmaps/default/services/gg_away.gif
%%DATADIR%%/pixmaps/default/services/gg_chat.gif
%%DATADIR%%/pixmaps/default/services/gg_dnd.gif
%%DATADIR%%/pixmaps/default/services/gg_offline.gif
%%DATADIR%%/pixmaps/default/services/gg_online.gif
%%DATADIR%%/pixmaps/default/services/gg_xa.gif
%%DATADIR%%/pixmaps/default/services/icq_away.gif
%%DATADIR%%/pixmaps/default/services/icq_chat.gif
%%DATADIR%%/pixmaps/default/services/icq_dnd.gif
%%DATADIR%%/pixmaps/default/services/icq_offline.gif
%%DATADIR%%/pixmaps/default/services/icq_online.gif
%%DATADIR%%/pixmaps/default/services/icq_xa.gif
%%DATADIR%%/pixmaps/default/services/jud.gif
%%DATADIR%%/pixmaps/default/services/mrim_away.gif
%%DATADIR%%/pixmaps/default/services/mrim_offline.gif
%%DATADIR%%/pixmaps/default/services/mrim_online.gif
%%DATADIR%%/pixmaps/default/services/msn_away.gif
%%DATADIR%%/pixmaps/default/services/msn_chat.gif
%%DATADIR%%/pixmaps/default/services/msn_dnd.gif
%%DATADIR%%/pixmaps/default/services/msn_offline.gif
%%DATADIR%%/pixmaps/default/services/msn_online.gif
%%DATADIR%%/pixmaps/default/services/msn_xa.gif
%%DATADIR%%/pixmaps/default/services/rss_offline.gif
%%DATADIR%%/pixmaps/default/services/rss_online.gif
%%DATADIR%%/pixmaps/default/services/server.gif
%%DATADIR%%/pixmaps/default/services/sms.gif
%%DATADIR%%/pixmaps/default/services/weather_away.gif
%%DATADIR%%/pixmaps/default/services/weather_chat.gif
%%DATADIR%%/pixmaps/default/services/weather_dnd.gif
%%DATADIR%%/pixmaps/default/services/weather_offline.gif
%%DATADIR%%/pixmaps/default/services/weather_online.gif
%%DATADIR%%/pixmaps/default/services/weather_xa.gif
%%DATADIR%%/pixmaps/default/services/yahoo_away.gif
%%DATADIR%%/pixmaps/default/services/yahoo_chat.gif
%%DATADIR%%/pixmaps/default/services/yahoo_dnd.gif
%%DATADIR%%/pixmaps/default/services/yahoo_offline.gif
%%DATADIR%%/pixmaps/default/services/yahoo_online.gif
%%DATADIR%%/pixmaps/default/services/yahoo_xa.gif
%%DATADIR%%/pixmaps/default/tkabber/chat-bookmark-blue.gif
%%DATADIR%%/pixmaps/default/tkabber/chat-bookmark-green.gif
%%DATADIR%%/pixmaps/default/tkabber/chat-bookmark-red.gif
%%DATADIR%%/pixmaps/default/tkabber/gpg-badencrypted.gif
%%DATADIR%%/pixmaps/default/tkabber/gpg-badsigned.gif
%%DATADIR%%/pixmaps/default/tkabber/gpg-encrypted.gif
%%DATADIR%%/pixmaps/default/tkabber/gpg-signed.gif
%%DATADIR%%/pixmaps/default/tkabber/gpg-unencrypted.gif
%%DATADIR%%/pixmaps/default/tkabber/gpg-unsigned.gif
%%DATADIR%%/pixmaps/default/tkabber/gpg-vsigned.gif
%%DATADIR%%/pixmaps/default/tkabber/tkabber-logo.gif
%%DATADIR%%/pixmaps/default/tkabber/toolbar-add-user.gif
%%DATADIR%%/pixmaps/default/tkabber/toolbar-disco.gif
%%DATADIR%%/pixmaps/default/tkabber/toolbar-join-conference.gif
%%DATADIR%%/pixmaps/default/tkabber/toolbar-show-offline.gif
%%DATADIR%%/pixmaps/default/tkabber/toolbar-show-online.gif
%%DATADIR%%/pixmaps/default/tkabber/xaddress-blue.gif
%%DATADIR%%/pixmaps/default/tkabber/xaddress-green.gif
%%DATADIR%%/pixmaps/default/tkabber/xaddress-red.gif
%%DATADIR%%/pixmaps/feather16/docking/available-away.gif
%%DATADIR%%/pixmaps/feather16/docking/available-chat.gif
%%DATADIR%%/pixmaps/feather16/docking/available-dnd.gif
%%DATADIR%%/pixmaps/feather16/docking/available-xa.gif
%%DATADIR%%/pixmaps/feather16/docking/available.gif
%%DATADIR%%/pixmaps/feather16/docking/blank.gif
%%DATADIR%%/pixmaps/feather16/docking/invisible.gif
%%DATADIR%%/pixmaps/feather16/docking/message-personal.gif
%%DATADIR%%/pixmaps/feather16/docking/message-server.gif
%%DATADIR%%/pixmaps/feather16/docking/message.gif
%%DATADIR%%/pixmaps/feather16/docking/tkabber.ico
%%DATADIR%%/pixmaps/feather16/docking/unavailable.gif
%%DATADIR%%/pixmaps/feather16/icondef.xml
%%DATADIR%%/pixmaps/feather16/roster/available-away.gif
%%DATADIR%%/pixmaps/feather16/roster/available-chat.gif
%%DATADIR%%/pixmaps/feather16/roster/available-dnd.gif
%%DATADIR%%/pixmaps/feather16/roster/available-xa.gif
%%DATADIR%%/pixmaps/feather16/roster/available.gif
%%DATADIR%%/pixmaps/feather16/roster/conference-available.gif
%%DATADIR%%/pixmaps/feather16/roster/conference-unavailable.gif
%%DATADIR%%/pixmaps/feather16/roster/invisible.gif
%%DATADIR%%/pixmaps/feather16/roster/stalker.gif
%%DATADIR%%/pixmaps/feather16/roster/unavailable.gif
%%DATADIR%%/pixmaps/feather16/services/rss_away.gif
%%DATADIR%%/pixmaps/feather16/services/rss_chat.gif
%%DATADIR%%/pixmaps/feather16/services/rss_dnd.gif
%%DATADIR%%/pixmaps/feather16/services/rss_offline.gif
%%DATADIR%%/pixmaps/feather16/services/rss_online.gif
%%DATADIR%%/pixmaps/feather16/services/rss_xa.gif
%%DATADIR%%/pixmaps/feather16/tkabber/gpg-badencrypted.gif
%%DATADIR%%/pixmaps/feather16/tkabber/gpg-badsigned.gif
%%DATADIR%%/pixmaps/feather16/tkabber/gpg-encrypted.gif
%%DATADIR%%/pixmaps/feather16/tkabber/gpg-signed.gif
%%DATADIR%%/pixmaps/feather16/tkabber/gpg-unencrypted.gif
%%DATADIR%%/pixmaps/feather16/tkabber/gpg-unsigned.gif
%%DATADIR%%/pixmaps/feather16/tkabber/gpg-vsigned.gif
%%DATADIR%%/pixmaps/feather16/tkabber/toolbar-add-user.gif
%%DATADIR%%/pixmaps/feather16/tkabber/toolbar-disco.gif
%%DATADIR%%/pixmaps/feather16/tkabber/toolbar-join-conference.gif
%%DATADIR%%/pixmaps/feather16/tkabber/toolbar-show-offline.gif
%%DATADIR%%/pixmaps/feather16/tkabber/toolbar-show-online.gif
%%DATADIR%%/pixmaps/feather22/icondef.xml
%%DATADIR%%/pixmaps/feather22/roster/available-away.gif
%%DATADIR%%/pixmaps/feather22/roster/available-chat.gif
%%DATADIR%%/pixmaps/feather22/roster/available-dnd.gif
%%DATADIR%%/pixmaps/feather22/roster/available-xa.gif
%%DATADIR%%/pixmaps/feather22/roster/available.gif
%%DATADIR%%/pixmaps/feather22/roster/invisible.gif
%%DATADIR%%/pixmaps/feather22/roster/unavailable.gif
%%DATADIR%%/pixmaps/stars/docking/available-away.gif
%%DATADIR%%/pixmaps/stars/docking/available-chat.gif
%%DATADIR%%/pixmaps/stars/docking/available-dnd.gif
%%DATADIR%%/pixmaps/stars/docking/available-xa.gif
%%DATADIR%%/pixmaps/stars/docking/available.gif
%%DATADIR%%/pixmaps/stars/docking/invisible.gif
%%DATADIR%%/pixmaps/stars/docking/message-personal.gif
%%DATADIR%%/pixmaps/stars/docking/message-server.gif
%%DATADIR%%/pixmaps/stars/docking/message.gif
%%DATADIR%%/pixmaps/stars/docking/unavailable.gif
%%DATADIR%%/pixmaps/stars/icondef.xml
%%DATADIR%%/pixmaps/stars/roster/available-away.gif
%%DATADIR%%/pixmaps/stars/roster/available-chat.gif
%%DATADIR%%/pixmaps/stars/roster/available-dnd.gif
%%DATADIR%%/pixmaps/stars/roster/available-xa.gif
%%DATADIR%%/pixmaps/stars/roster/available.gif
%%DATADIR%%/pixmaps/stars/roster/conference-available.gif
%%DATADIR%%/pixmaps/stars/roster/conference-unavailable.gif
%%DATADIR%%/pixmaps/stars/roster/group-closed.gif
%%DATADIR%%/pixmaps/stars/roster/group-opened.gif
%%DATADIR%%/pixmaps/stars/roster/invisible.gif
%%DATADIR%%/pixmaps/stars/roster/stalker.gif
%%DATADIR%%/pixmaps/stars/roster/unavailable.gif
%%DATADIR%%/pixmaps/stars/services/rss_away.gif
%%DATADIR%%/pixmaps/stars/services/rss_chat.gif
%%DATADIR%%/pixmaps/stars/services/rss_dnd.gif
%%DATADIR%%/pixmaps/stars/services/rss_offline.gif
%%DATADIR%%/pixmaps/stars/services/rss_online.gif
%%DATADIR%%/pixmaps/stars/services/rss_xa.gif
%%DATADIR%%/pixmaps/stars/tkabber/chat-bookmark.gif
%%DATADIR%%/pixmaps/stars/tkabber/chat-bookmark1.gif
%%DATADIR%%/pixmaps/stars/tkabber/new-msg.gif
%%DATADIR%%/pixmaps/stars/tkabber/toolbar-add-user.gif
%%DATADIR%%/pixmaps/stars/tkabber/toolbar-disco.gif
%%DATADIR%%/pixmaps/stars/tkabber/toolbar-disco_old.gif
%%DATADIR%%/pixmaps/stars/tkabber/toolbar-join-conference.gif
%%DATADIR%%/pixmaps/stars/tkabber/toolbar-show-offline.gif
%%DATADIR%%/pixmaps/stars/tkabber/toolbar-show-online.gif
%%DATADIR%%/pixmaps/stars/tkabber/xaddress.gif
%%DATADIR%%/plugins.tcl
%%DATADIR%%/plugins/chat/abbrev.tcl
%%DATADIR%%/plugins/chat/bookmark_highlighted.tcl
%%DATADIR%%/plugins/chat/chatstate.tcl
%%DATADIR%%/plugins/chat/clear.tcl
%%DATADIR%%/plugins/chat/complete_last_nick.tcl
%%DATADIR%%/plugins/chat/completion.tcl
%%DATADIR%%/plugins/chat/draw_error.tcl
%%DATADIR%%/plugins/chat/draw_info.tcl
%%DATADIR%%/plugins/chat/draw_message.tcl
%%DATADIR%%/plugins/chat/draw_normal_message.tcl
%%DATADIR%%/plugins/chat/draw_server_message.tcl
%%DATADIR%%/plugins/chat/draw_timestamp.tcl
%%DATADIR%%/plugins/chat/draw_xhtml_message.tcl
%%DATADIR%%/plugins/chat/empty_body.tcl
%%DATADIR%%/plugins/chat/exec_command.tcl
%%DATADIR%%/plugins/chat/histool.tcl
%%DATADIR%%/plugins/chat/history.tcl
%%DATADIR%%/plugins/chat/info_commands.tcl
%%DATADIR%%/plugins/chat/insert_nick.tcl
%%DATADIR%%/plugins/chat/irc_commands.tcl
%%DATADIR%%/plugins/chat/log_on_open.tcl
%%DATADIR%%/plugins/chat/logger.tcl
%%DATADIR%%/plugins/chat/me_command.tcl
%%DATADIR%%/plugins/chat/muc_ignore.tcl
%%DATADIR%%/plugins/chat/nick_colors.tcl
%%DATADIR%%/plugins/chat/open_chat.tcl
%%DATADIR%%/plugins/chat/open_window.tcl
%%DATADIR%%/plugins/chat/popupmenu.tcl
%%DATADIR%%/plugins/chat/postpone.tcl
%%DATADIR%%/plugins/chat/send_message.tcl
%%DATADIR%%/plugins/chat/unisymbols.tcl
%%DATADIR%%/plugins/chat/update_tab.tcl
%%DATADIR%%/plugins/filetransfer/http.tcl
%%DATADIR%%/plugins/filetransfer/si.tcl
%%DATADIR%%/plugins/general/autoaway.tcl
%%DATADIR%%/plugins/general/avatars.tcl
%%DATADIR%%/plugins/general/caps.tcl
%%DATADIR%%/plugins/general/clientinfo.tcl
%%DATADIR%%/plugins/general/copy_jid.tcl
%%DATADIR%%/plugins/general/headlines.tcl
%%DATADIR%%/plugins/general/ispell.tcl
%%DATADIR%%/plugins/general/jitworkaround.tcl
%%DATADIR%%/plugins/general/message_archive.tcl
%%DATADIR%%/plugins/general/offline.tcl
%%DATADIR%%/plugins/general/rawxml.tcl
%%DATADIR%%/plugins/general/remote.tcl
%%DATADIR%%/plugins/general/session.tcl
%%DATADIR%%/plugins/general/shstatus.tcl
%%DATADIR%%/plugins/general/sound.tcl
%%DATADIR%%/plugins/general/stats.tcl
%%DATADIR%%/plugins/general/subscribe_gateway.tcl
%%DATADIR%%/plugins/general/tkcon.tcl
%%DATADIR%%/plugins/general/xaddress.tcl
%%DATADIR%%/plugins/general/xcommands.tcl
%%DATADIR%%/plugins/iq/browse.tcl
%%DATADIR%%/plugins/iq/last.tcl
%%DATADIR%%/plugins/iq/ping.tcl
%%DATADIR%%/plugins/iq/time.tcl
%%DATADIR%%/plugins/iq/version.tcl
%%DATADIR%%/plugins/other/aniemoticons/aniemoticons.tcl
%%DATADIR%%/plugins/other/aniemoticons/anigif.tcl
%%DATADIR%%/plugins/other/attline/AUTHORS
%%DATADIR%%/plugins/other/attline/INSTALL
%%DATADIR%%/plugins/other/attline/README
%%DATADIR%%/plugins/other/attline/TODO
%%DATADIR%%/plugins/other/attline/attline.tcl
%%DATADIR%%/plugins/other/attline/license.terms
%%DATADIR%%/plugins/other/attline/msgs/de.msg
%%DATADIR%%/plugins/other/attline/msgs/es.msg
%%DATADIR%%/plugins/other/attline/msgs/pl.msg
%%DATADIR%%/plugins/other/attline/msgs/ru.msg
%%DATADIR%%/plugins/other/autoanswer/AUTHORS
%%DATADIR%%/plugins/other/autoanswer/INSTALL
%%DATADIR%%/plugins/other/autoanswer/README
%%DATADIR%%/plugins/other/autoanswer/autoanswer.tcl
%%DATADIR%%/plugins/other/autoanswer/images/.svn/all-wcprops
%%DATADIR%%/plugins/other/autoanswer/images/.svn/entries
%%DATADIR%%/plugins/other/autoanswer/images/.svn/format
%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/all-wcprops
%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/entries
%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/format
%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/prop-base/answerback_off.gif.svn-base
%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/prop-base/answerback_on.gif.svn-base
%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/text-base/answerback_off.gif.svn-base
%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/text-base/answerback_on.gif.svn-base
%%DATADIR%%/plugins/other/autoanswer/images/default/answerback_off.gif
%%DATADIR%%/plugins/other/autoanswer/images/default/answerback_on.gif
%%DATADIR%%/plugins/other/autoanswer/msgs/.svn/all-wcprops
%%DATADIR%%/plugins/other/autoanswer/msgs/.svn/entries
%%DATADIR%%/plugins/other/autoanswer/msgs/.svn/format
%%DATADIR%%/plugins/other/autoanswer/msgs/.svn/prop-base/ru.msg.svn-base
%%DATADIR%%/plugins/other/autoanswer/msgs/.svn/text-base/ru.msg.svn-base
%%DATADIR%%/plugins/other/autoanswer/msgs/ru.msg
%%DATADIR%%/plugins/other/bc/bc.tcl
%%DATADIR%%/plugins/other/bc/ru.dic
%%DATADIR%%/plugins/other/checkers/README
%%DATADIR%%/plugins/other/checkers/checkers.tcl
%%DATADIR%%/plugins/other/checkers/msgs/es.msg
%%DATADIR%%/plugins/other/checkers/msgs/nl.msg
%%DATADIR%%/plugins/other/checkers/msgs/pl.msg
%%DATADIR%%/plugins/other/checkers/msgs/ru.msg
%%DATADIR%%/plugins/other/checkers/msgs/uk.msg
%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/bf.gif
%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/bk.gif
%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/bp.gif
%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/icondef.xml
%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/wf.gif
%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/wk.gif
%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/wp.gif
%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/bf.gif
%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/bk.gif
%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/bp.gif
%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/icondef.xml
%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/wf.gif
%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/wk.gif
%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/wp.gif
%%DATADIR%%/plugins/other/checkers/proto
%%DATADIR%%/plugins/other/checkers/rules/brasilian.txt
%%DATADIR%%/plugins/other/checkers/rules/italian.txt
%%DATADIR%%/plugins/other/checkers/rules/pool.txt
%%DATADIR%%/plugins/other/checkers/rules/russian.txt
%%DATADIR%%/plugins/other/checkers/rules/spanish.txt
%%DATADIR%%/plugins/other/checkers/rules/straight.txt
%%DATADIR%%/plugins/other/chess/chess.tcl
%%DATADIR%%/plugins/other/chess/msgs/es.msg
%%DATADIR%%/plugins/other/chess/msgs/nl.msg
%%DATADIR%%/plugins/other/chess/msgs/pl.msg
%%DATADIR%%/plugins/other/chess/msgs/ro.msg
%%DATADIR%%/plugins/other/chess/msgs/ru.msg
%%DATADIR%%/plugins/other/chess/msgs/uk.msg
%%DATADIR%%/plugins/other/chess/pixmaps/classic/bb.gif
%%DATADIR%%/plugins/other/chess/pixmaps/classic/bf.gif
%%DATADIR%%/plugins/other/chess/pixmaps/classic/bk.gif
%%DATADIR%%/plugins/other/chess/pixmaps/classic/bn.gif
%%DATADIR%%/plugins/other/chess/pixmaps/classic/bp.gif
%%DATADIR%%/plugins/other/chess/pixmaps/classic/bq.gif
%%DATADIR%%/plugins/other/chess/pixmaps/classic/br.gif
%%DATADIR%%/plugins/other/chess/pixmaps/classic/icondef.xml
%%DATADIR%%/plugins/other/chess/pixmaps/classic/wb.gif
%%DATADIR%%/plugins/other/chess/pixmaps/classic/wf.gif
%%DATADIR%%/plugins/other/chess/pixmaps/classic/wk.gif
%%DATADIR%%/plugins/other/chess/pixmaps/classic/wn.gif
%%DATADIR%%/plugins/other/chess/pixmaps/classic/wp.gif
%%DATADIR%%/plugins/other/chess/pixmaps/classic/wq.gif
%%DATADIR%%/plugins/other/chess/pixmaps/classic/wr.gif
%%DATADIR%%/plugins/other/chess/pixmaps/wooden/bb.gif
%%DATADIR%%/plugins/other/chess/pixmaps/wooden/bf.gif
%%DATADIR%%/plugins/other/chess/pixmaps/wooden/bk.gif
%%DATADIR%%/plugins/other/chess/pixmaps/wooden/bn.gif
%%DATADIR%%/plugins/other/chess/pixmaps/wooden/bp.gif
%%DATADIR%%/plugins/other/chess/pixmaps/wooden/bq.gif
%%DATADIR%%/plugins/other/chess/pixmaps/wooden/br.gif
%%DATADIR%%/plugins/other/chess/pixmaps/wooden/icondef.xml
%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wb.gif
%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wf.gif
%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wk.gif
%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wn.gif
%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wp.gif
%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wq.gif
%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wr.gif
%%DATADIR%%/plugins/other/chess/pixmaps/xboard/bb.gif
%%DATADIR%%/plugins/other/chess/pixmaps/xboard/bf.gif
%%DATADIR%%/plugins/other/chess/pixmaps/xboard/bk.gif
%%DATADIR%%/plugins/other/chess/pixmaps/xboard/bn.gif
%%DATADIR%%/plugins/other/chess/pixmaps/xboard/bp.gif
%%DATADIR%%/plugins/other/chess/pixmaps/xboard/bq.gif
%%DATADIR%%/plugins/other/chess/pixmaps/xboard/br.gif
%%DATADIR%%/plugins/other/chess/pixmaps/xboard/icondef.xml
%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wb.gif
%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wf.gif
%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wk.gif
%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wn.gif
%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wp.gif
%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wq.gif
%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wr.gif
%%DATADIR%%/plugins/other/chess/proto
%%DATADIR%%/plugins/other/ctcomp/AUTHORS
%%DATADIR%%/plugins/other/ctcomp/ChangeLog
%%DATADIR%%/plugins/other/ctcomp/INSTALL
%%DATADIR%%/plugins/other/ctcomp/README
%%DATADIR%%/plugins/other/ctcomp/TODO
%%DATADIR%%/plugins/other/ctcomp/VERSION
%%DATADIR%%/plugins/other/ctcomp/ctcomp.tcl
%%DATADIR%%/plugins/other/ctcomp/license.terms
%%DATADIR%%/plugins/other/custom-urls/custom-urls.tcl
%%DATADIR%%/plugins/other/debug/debug.tcl
%%DATADIR%%/plugins/other/debug/msgs/de.msg
%%DATADIR%%/plugins/other/debug/msgs/es.msg
%%DATADIR%%/plugins/other/debug/msgs/pl.msg
%%DATADIR%%/plugins/other/debug/msgs/ru.msg
%%DATADIR%%/plugins/other/debug/msgs/uk.msg
%%DATADIR%%/plugins/other/ejabberd/ejabberd.tcl
%%DATADIR%%/plugins/other/ejabberd/msgs/es.msg
%%DATADIR%%/plugins/other/ejabberd/msgs/pl.msg
%%DATADIR%%/plugins/other/ejabberd/msgs/ru.msg
%%DATADIR%%/plugins/other/ejabberd/msgs/uk.msg
%%DATADIR%%/plugins/other/floatinglog/AUTHORS
%%DATADIR%%/plugins/other/floatinglog/ChangeLog
%%DATADIR%%/plugins/other/floatinglog/INSTALL
%%DATADIR%%/plugins/other/floatinglog/TODO
%%DATADIR%%/plugins/other/floatinglog/VERSION
%%DATADIR%%/plugins/other/floatinglog/floatinglog.tcl
%%DATADIR%%/plugins/other/floatinglog/license.terms
%%DATADIR%%/plugins/other/floatinglog/msgs/de.msg
%%DATADIR%%/plugins/other/floatinglog/msgs/es.msg
%%DATADIR%%/plugins/other/floatinglog/msgs/pl.msg
%%DATADIR%%/plugins/other/floatinglog/msgs/ru.msg
%%DATADIR%%/plugins/other/georoster/ChangeLog
%%DATADIR%%/plugins/other/georoster/bwmap2.gif
%%DATADIR%%/plugins/other/georoster/bwmap4.gif
%%DATADIR%%/plugins/other/georoster/colormap.jpg
%%DATADIR%%/plugins/other/georoster/darkmap.gif
%%DATADIR%%/plugins/other/georoster/de.coords
%%DATADIR%%/plugins/other/georoster/earth
%%DATADIR%%/plugins/other/georoster/earth.ru
%%DATADIR%%/plugins/other/georoster/georoster.tcl
%%DATADIR%%/plugins/other/georoster/howto.txt
%%DATADIR%%/plugins/other/georoster/iso3166
%%DATADIR%%/plugins/other/georoster/jm.coords
%%DATADIR%%/plugins/other/georoster/msgs/de.msg
%%DATADIR%%/plugins/other/georoster/msgs/es.msg
%%DATADIR%%/plugins/other/georoster/msgs/nl.msg
%%DATADIR%%/plugins/other/georoster/msgs/pl.msg
%%DATADIR%%/plugins/other/georoster/msgs/ro.msg
%%DATADIR%%/plugins/other/georoster/msgs/ru.msg
%%DATADIR%%/plugins/other/georoster/msgs/uk.msg
%%DATADIR%%/plugins/other/georoster/nl.coords
%%DATADIR%%/plugins/other/georoster/ru.coords
%%DATADIR%%/plugins/other/georoster/ua.coords
%%DATADIR%%/plugins/other/georoster/us.coords
%%DATADIR%%/plugins/other/gmail/gmail.tcl
%%DATADIR%%/plugins/other/gmail/msgs/de.msg
%%DATADIR%%/plugins/other/gmail/msgs/es.msg
%%DATADIR%%/plugins/other/gmail/msgs/pl.msg
%%DATADIR%%/plugins/other/gmail/msgs/ru.msg
%%DATADIR%%/plugins/other/iconsets/amibulb/docking/tkabber.ico
%%DATADIR%%/plugins/other/iconsets/amibulb/icondef.xml
%%DATADIR%%/plugins/other/iconsets/amibulb/roster/available-away.gif
%%DATADIR%%/plugins/other/iconsets/amibulb/roster/available-chat.gif
%%DATADIR%%/plugins/other/iconsets/amibulb/roster/available-dnd.gif
%%DATADIR%%/plugins/other/iconsets/amibulb/roster/available-xa.gif
%%DATADIR%%/plugins/other/iconsets/amibulb/roster/available.gif
%%DATADIR%%/plugins/other/iconsets/amibulb/roster/group-closed.gif
%%DATADIR%%/plugins/other/iconsets/amibulb/roster/group-opened.gif
%%DATADIR%%/plugins/other/iconsets/amibulb/roster/icondef.xml
%%DATADIR%%/plugins/other/iconsets/amibulb/roster/invisible.gif
%%DATADIR%%/plugins/other/iconsets/amibulb/roster/stalker.gif
%%DATADIR%%/plugins/other/iconsets/amibulb/roster/unavailable.gif
%%DATADIR%%/plugins/other/iconsets/amibulb/tkabber/toolbar-add-user.gif
%%DATADIR%%/plugins/other/iconsets/amibulb/tkabber/toolbar-disco.gif
%%DATADIR%%/plugins/other/iconsets/amibulb/tkabber/toolbar-join-conference.gif
%%DATADIR%%/plugins/other/iconsets/amibulb/tkabber/toolbar-show-offline.gif
%%DATADIR%%/plugins/other/iconsets/amibulb/tkabber/toolbar-show-online.gif
%%DATADIR%%/plugins/other/iconsets/gabber/docking/available-away.gif
%%DATADIR%%/plugins/other/iconsets/gabber/docking/available-chat.gif
%%DATADIR%%/plugins/other/iconsets/gabber/docking/available-dnd.gif
%%DATADIR%%/plugins/other/iconsets/gabber/docking/available-xa.gif
%%DATADIR%%/plugins/other/iconsets/gabber/docking/available.gif
%%DATADIR%%/plugins/other/iconsets/gabber/docking/invisible.gif
%%DATADIR%%/plugins/other/iconsets/gabber/docking/message-personal.gif
%%DATADIR%%/plugins/other/iconsets/gabber/docking/message-server.gif
%%DATADIR%%/plugins/other/iconsets/gabber/docking/message.gif
%%DATADIR%%/plugins/other/iconsets/gabber/docking/tkabber.ico
%%DATADIR%%/plugins/other/iconsets/gabber/docking/unavailable.gif
%%DATADIR%%/plugins/other/iconsets/gabber/icondef.xml
%%DATADIR%%/plugins/other/iconsets/gabber/roster/available-away.gif
%%DATADIR%%/plugins/other/iconsets/gabber/roster/available-chat.gif
%%DATADIR%%/plugins/other/iconsets/gabber/roster/available-dnd.gif
%%DATADIR%%/plugins/other/iconsets/gabber/roster/available-xa.gif
%%DATADIR%%/plugins/other/iconsets/gabber/roster/available.gif
%%DATADIR%%/plugins/other/iconsets/gabber/roster/conference-available.gif
%%DATADIR%%/plugins/other/iconsets/gabber/roster/conference-unavailable.gif
%%DATADIR%%/plugins/other/iconsets/gabber/roster/group-closed.gif
%%DATADIR%%/plugins/other/iconsets/gabber/roster/group-opened.gif
%%DATADIR%%/plugins/other/iconsets/gabber/roster/invisible.gif
%%DATADIR%%/plugins/other/iconsets/gabber/roster/stalker.gif
%%DATADIR%%/plugins/other/iconsets/gabber/roster/unavailable.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/aim_away.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/aim_chat.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/aim_dnd.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/aim_offline.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/aim_online.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/aim_xa.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/icq_away.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/icq_chat.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/icq_dnd.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/icq_offline.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/icq_online.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/icq_xa.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/jud.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/msn_away.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/msn_chat.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/msn_dnd.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/msn_offline.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/msn_online.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/msn_xa.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/rss_away.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/rss_chat.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/rss_dnd.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/rss_offline.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/rss_online.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/rss_xa.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/sms.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/yahoo_away.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/yahoo_chat.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/yahoo_dnd.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/yahoo_offline.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/yahoo_online.gif
%%DATADIR%%/plugins/other/iconsets/gabber/services/yahoo_xa.gif
%%DATADIR%%/plugins/other/iconsets/gabber/tkabber/toolbar-add-user.gif
%%DATADIR%%/plugins/other/iconsets/gabber/tkabber/toolbar-disco.gif
%%DATADIR%%/plugins/other/iconsets/gabber/tkabber/toolbar-join-conference.gif
%%DATADIR%%/plugins/other/iconsets/gabber/tkabber/toolbar-show-offline.gif
%%DATADIR%%/plugins/other/iconsets/gabber/tkabber/toolbar-show-online.gif
%%DATADIR%%/plugins/other/iconsets/gush/docking/tkabber.ico
%%DATADIR%%/plugins/other/iconsets/gush/icondef.xml
%%DATADIR%%/plugins/other/iconsets/gush/roster/available-away.gif
%%DATADIR%%/plugins/other/iconsets/gush/roster/available-chat.gif
%%DATADIR%%/plugins/other/iconsets/gush/roster/available-dnd.gif
%%DATADIR%%/plugins/other/iconsets/gush/roster/available-xa.gif
%%DATADIR%%/plugins/other/iconsets/gush/roster/available.gif
%%DATADIR%%/plugins/other/iconsets/gush/roster/available2.gif
%%DATADIR%%/plugins/other/iconsets/gush/roster/group-closed.gif
%%DATADIR%%/plugins/other/iconsets/gush/roster/group-opened.gif
%%DATADIR%%/plugins/other/iconsets/gush/roster/invisible.gif
%%DATADIR%%/plugins/other/iconsets/gush/roster/stalker.gif
%%DATADIR%%/plugins/other/iconsets/gush/roster/unavailable.gif
%%DATADIR%%/plugins/other/iconsets/gush/tkabber/toolbar-add-user.gif
%%DATADIR%%/plugins/other/iconsets/gush/tkabber/toolbar-disco.gif
%%DATADIR%%/plugins/other/iconsets/gush/tkabber/toolbar-join-conference.gif
%%DATADIR%%/plugins/other/iconsets/gush/tkabber/toolbar-show-offline.gif
%%DATADIR%%/plugins/other/iconsets/gush/tkabber/toolbar-show-online.gif
%%DATADIR%%/plugins/other/iconsets/iconsets.tcl
%%DATADIR%%/plugins/other/iconsets/icq/docking/available-away.gif
%%DATADIR%%/plugins/other/iconsets/icq/docking/available-chat.gif
%%DATADIR%%/plugins/other/iconsets/icq/docking/available-dnd.gif
%%DATADIR%%/plugins/other/iconsets/icq/docking/available-xa.gif
%%DATADIR%%/plugins/other/iconsets/icq/docking/available.gif
%%DATADIR%%/plugins/other/iconsets/icq/docking/invisible.gif
%%DATADIR%%/plugins/other/iconsets/icq/docking/unavailable.gif
%%DATADIR%%/plugins/other/iconsets/icq/icondef.xml
%%DATADIR%%/plugins/other/iconsets/icq/roster/available-away.gif
%%DATADIR%%/plugins/other/iconsets/icq/roster/available-chat.gif
%%DATADIR%%/plugins/other/iconsets/icq/roster/available-dnd.gif
%%DATADIR%%/plugins/other/iconsets/icq/roster/available-xa.gif
%%DATADIR%%/plugins/other/iconsets/icq/roster/available.gif
%%DATADIR%%/plugins/other/iconsets/icq/roster/invisible.gif
%%DATADIR%%/plugins/other/iconsets/icq/roster/message.gif
%%DATADIR%%/plugins/other/iconsets/icq/roster/send.gif
%%DATADIR%%/plugins/other/iconsets/icq/roster/stalker.gif
%%DATADIR%%/plugins/other/iconsets/icq/roster/unavailable.gif
%%DATADIR%%/plugins/other/iconsets/icq/tkabber/toolbar-add-user.gif
%%DATADIR%%/plugins/other/iconsets/icq/tkabber/toolbar-disco.gif
%%DATADIR%%/plugins/other/iconsets/icq/tkabber/toolbar-join-conference.gif
%%DATADIR%%/plugins/other/iconsets/icq/tkabber/toolbar-show-offline.gif
%%DATADIR%%/plugins/other/iconsets/icq/tkabber/toolbar-show-online.gif
%%DATADIR%%/plugins/other/iconsets/jajc/docking/available-away.gif
%%DATADIR%%/plugins/other/iconsets/jajc/docking/available-chat.gif
%%DATADIR%%/plugins/other/iconsets/jajc/docking/available-dnd.gif
%%DATADIR%%/plugins/other/iconsets/jajc/docking/available-xa.gif
%%DATADIR%%/plugins/other/iconsets/jajc/docking/available.gif
%%DATADIR%%/plugins/other/iconsets/jajc/docking/tkabber.ico
%%DATADIR%%/plugins/other/iconsets/jajc/docking/unavailable.gif
%%DATADIR%%/plugins/other/iconsets/jajc/icondef.xml
%%DATADIR%%/plugins/other/iconsets/jajc/roster/available-away.gif
%%DATADIR%%/plugins/other/iconsets/jajc/roster/available-chat.gif
%%DATADIR%%/plugins/other/iconsets/jajc/roster/available-dnd.gif
%%DATADIR%%/plugins/other/iconsets/jajc/roster/available-xa.gif
%%DATADIR%%/plugins/other/iconsets/jajc/roster/available.gif
%%DATADIR%%/plugins/other/iconsets/jajc/roster/conference-available.gif
%%DATADIR%%/plugins/other/iconsets/jajc/roster/conference-unavailable.gif
%%DATADIR%%/plugins/other/iconsets/jajc/roster/group-closed.gif
%%DATADIR%%/plugins/other/iconsets/jajc/roster/group-opened.gif
%%DATADIR%%/plugins/other/iconsets/jajc/roster/group_closed.gif
%%DATADIR%%/plugins/other/iconsets/jajc/roster/group_opened.gif
%%DATADIR%%/plugins/other/iconsets/jajc/roster/unavailable.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/aim_away.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/aim_chat.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/aim_dnd.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/aim_offline.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/aim_online.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/aim_xa.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/icq_away.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/icq_chat.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/icq_dnd.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/icq_offline.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/icq_online.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/icq_xa.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/jud.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/msn_away.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/msn_chat.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/msn_dnd.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/msn_offline.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/msn_online.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/msn_xa.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/sms.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/yahoo_away.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/yahoo_chat.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/yahoo_dnd.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/yahoo_offline.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/yahoo_online.gif
%%DATADIR%%/plugins/other/iconsets/jajc/services/yahoo_xa.gif
%%DATADIR%%/plugins/other/iconsets/jajc/tkabber/toolbar-add-user.gif
%%DATADIR%%/plugins/other/iconsets/jajc/tkabber/toolbar-disco.gif
%%DATADIR%%/plugins/other/iconsets/jajc/tkabber/toolbar-join-conference.gif
%%DATADIR%%/plugins/other/iconsets/jajc/tkabber/toolbar-show-offline.gif
%%DATADIR%%/plugins/other/iconsets/jajc/tkabber/toolbar-show-online.gif
%%DATADIR%%/plugins/other/iconsets/jarl/icondef.xml
%%DATADIR%%/plugins/other/iconsets/jarl/roster/available-away.gif
%%DATADIR%%/plugins/other/iconsets/jarl/roster/available-chat.gif
%%DATADIR%%/plugins/other/iconsets/jarl/roster/available-dnd.gif
%%DATADIR%%/plugins/other/iconsets/jarl/roster/available-xa.gif
%%DATADIR%%/plugins/other/iconsets/jarl/roster/available.gif
%%DATADIR%%/plugins/other/iconsets/jarl/roster/invisible.gif
%%DATADIR%%/plugins/other/iconsets/jarl/roster/unavailable.gif
%%DATADIR%%/plugins/other/iconsets/kroc/docking/available-away.gif
%%DATADIR%%/plugins/other/iconsets/kroc/docking/available-chat.gif
%%DATADIR%%/plugins/other/iconsets/kroc/docking/available-dnd.gif
%%DATADIR%%/plugins/other/iconsets/kroc/docking/available-xa.gif
%%DATADIR%%/plugins/other/iconsets/kroc/docking/available.gif
%%DATADIR%%/plugins/other/iconsets/kroc/docking/invisible.gif
%%DATADIR%%/plugins/other/iconsets/kroc/docking/tkabber.ico
%%DATADIR%%/plugins/other/iconsets/kroc/docking/unavailable.gif
%%DATADIR%%/plugins/other/iconsets/kroc/icondef.xml
%%DATADIR%%/plugins/other/iconsets/kroc/roster/available-away.gif
%%DATADIR%%/plugins/other/iconsets/kroc/roster/available-chat.gif
%%DATADIR%%/plugins/other/iconsets/kroc/roster/available-dnd.gif
%%DATADIR%%/plugins/other/iconsets/kroc/roster/available-xa.gif
%%DATADIR%%/plugins/other/iconsets/kroc/roster/available.gif
%%DATADIR%%/plugins/other/iconsets/kroc/roster/conference-available.gif
%%DATADIR%%/plugins/other/iconsets/kroc/roster/conference-unavailable.gif
%%DATADIR%%/plugins/other/iconsets/kroc/roster/group-closed.gif
%%DATADIR%%/plugins/other/iconsets/kroc/roster/group-opened.gif
%%DATADIR%%/plugins/other/iconsets/kroc/roster/invisible.gif
%%DATADIR%%/plugins/other/iconsets/kroc/roster/stalker.gif
%%DATADIR%%/plugins/other/iconsets/kroc/roster/unavailable.gif
%%DATADIR%%/plugins/other/iconsets/kroc/roster/unsubscribed.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/aim_away.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/aim_chat.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/aim_dnd.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/aim_offline.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/aim_online.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/aim_xa.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/gg_away.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/gg_chat.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/gg_dnd.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/gg_offline.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/gg_online.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/gg_xa.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/icq_away.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/icq_chat.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/icq_dnd.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/icq_offline.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/icq_online.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/icq_xa.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/jud.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/msn_away.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/msn_chat.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/msn_dnd.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/msn_offline.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/msn_online.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/msn_xa.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/rss_away.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/rss_chat.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/rss_dnd.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/rss_offline.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/rss_online.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/rss_xa.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/sms.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/weather_away.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/weather_chat.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/weather_dnd.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/weather_offline.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/weather_online.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/weather_xa.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/yahoo_away.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/yahoo_chat.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/yahoo_dnd.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/yahoo_offline.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/yahoo_online.gif
%%DATADIR%%/plugins/other/iconsets/kroc/services/yahoo_xa.gif
%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/gpg-badsigned.gif
%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/gpg-encrypted.gif
%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/gpg-signed.gif
%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/gpg-unencrypted.gif
%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/gpg-unsigned.gif
%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/toolbar-add-user.gif
%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/toolbar-disco.gif
%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/toolbar-join-conference.gif
%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/toolbar-show-offline.gif
%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/toolbar-show-online.gif
%%DATADIR%%/plugins/other/iconsets/psi/icondef.xml
%%DATADIR%%/plugins/other/iconsets/psi/roster/available-away.gif
%%DATADIR%%/plugins/other/iconsets/psi/roster/available-chat.gif
%%DATADIR%%/plugins/other/iconsets/psi/roster/available-dnd.gif
%%DATADIR%%/plugins/other/iconsets/psi/roster/available-xa.gif
%%DATADIR%%/plugins/other/iconsets/psi/roster/available.gif
%%DATADIR%%/plugins/other/iconsets/psi/roster/group-closed.gif
%%DATADIR%%/plugins/other/iconsets/psi/roster/group-opened.gif
%%DATADIR%%/plugins/other/iconsets/psi/roster/stalker.gif
%%DATADIR%%/plugins/other/iconsets/psi/roster/unavailable.gif
%%DATADIR%%/plugins/other/iconsets/psi/tkabber/toolbar-add-user.gif
%%DATADIR%%/plugins/other/iconsets/psi/tkabber/toolbar-disco.gif
%%DATADIR%%/plugins/other/iconsets/psi/tkabber/toolbar-join-conference.gif
%%DATADIR%%/plugins/other/iconsets/psi/tkabber/toolbar-show-offline.gif
%%DATADIR%%/plugins/other/iconsets/psi/tkabber/toolbar-show-online.gif
%%DATADIR%%/plugins/other/jidlink/README
%%DATADIR%%/plugins/other/jidlink/jidlink.tcl
%%DATADIR%%/plugins/other/jidlink/msgs/de.msg
%%DATADIR%%/plugins/other/jidlink/msgs/pl.msg
%%DATADIR%%/plugins/other/jidlink/msgs/ru.msg
%%DATADIR%%/plugins/other/jidlink/plugins/dtcp.tcl
%%DATADIR%%/plugins/other/jidlink/plugins/filetransfer.tcl
%%DATADIR%%/plugins/other/jidlink/plugins/ibb.tcl
%%DATADIR%%/plugins/other/latex/latex.tcl
%%DATADIR%%/plugins/other/latex/msgs/de.msg
%%DATADIR%%/plugins/other/latex/msgs/es.msg
%%DATADIR%%/plugins/other/latex/msgs/ru.msg
%%DATADIR%%/plugins/other/latex/msgs/uk.msg
%%DATADIR%%/plugins/other/mute/msgs/ru.msg
%%DATADIR%%/plugins/other/mute/mute.tcl
%%DATADIR%%/plugins/other/openurl/msgs/de.msg
%%DATADIR%%/plugins/other/openurl/msgs/es.msg
%%DATADIR%%/plugins/other/openurl/msgs/pl.msg
%%DATADIR%%/plugins/other/openurl/msgs/ru.msg
%%DATADIR%%/plugins/other/openurl/openurl.tcl
%%DATADIR%%/plugins/other/osd/ChangeLog
%%DATADIR%%/plugins/other/osd/osd.tcl
%%DATADIR%%/plugins/other/presencecmd/AUTHORS
%%DATADIR%%/plugins/other/presencecmd/INSTALL
%%DATADIR%%/plugins/other/presencecmd/README
%%DATADIR%%/plugins/other/presencecmd/TODO
%%DATADIR%%/plugins/other/presencecmd/VERSION
%%DATADIR%%/plugins/other/presencecmd/license.terms
%%DATADIR%%/plugins/other/presencecmd/msgs/de.msg
%%DATADIR%%/plugins/other/presencecmd/msgs/es.msg
%%DATADIR%%/plugins/other/presencecmd/msgs/pl.msg
%%DATADIR%%/plugins/other/presencecmd/msgs/ru.msg
%%DATADIR%%/plugins/other/presencecmd/presencecmd.tcl
%%DATADIR%%/plugins/other/quiz/quiz.tcl
%%DATADIR%%/plugins/other/quiz/quizdata.txt
%%DATADIR%%/plugins/other/receipts/AUTHORS
%%DATADIR%%/plugins/other/receipts/INSTALL
%%DATADIR%%/plugins/other/receipts/README
%%DATADIR%%/plugins/other/receipts/TODO
%%DATADIR%%/plugins/other/receipts/images/.svn/all-wcprops
%%DATADIR%%/plugins/other/receipts/images/.svn/entries
%%DATADIR%%/plugins/other/receipts/images/.svn/format
%%DATADIR%%/plugins/other/receipts/images/.svn/prop-base/confirmed.gif.svn-base
%%DATADIR%%/plugins/other/receipts/images/.svn/prop-base/unconfirmed.gif.svn-base
%%DATADIR%%/plugins/other/receipts/images/.svn/text-base/confirmed.gif.svn-base
%%DATADIR%%/plugins/other/receipts/images/.svn/text-base/unconfirmed.gif.svn-base
%%DATADIR%%/plugins/other/receipts/images/confirmed.gif
%%DATADIR%%/plugins/other/receipts/images/unconfirmed.gif
%%DATADIR%%/plugins/other/receipts/license.terms
%%DATADIR%%/plugins/other/receipts/msgs/.svn/all-wcprops
%%DATADIR%%/plugins/other/receipts/msgs/.svn/entries
%%DATADIR%%/plugins/other/receipts/msgs/.svn/format
%%DATADIR%%/plugins/other/receipts/msgs/.svn/prop-base/de.msg.svn-base
%%DATADIR%%/plugins/other/receipts/msgs/.svn/prop-base/pl.msg.svn-base
%%DATADIR%%/plugins/other/receipts/msgs/.svn/prop-base/ru.msg.svn-base
%%DATADIR%%/plugins/other/receipts/msgs/.svn/text-base/de.msg.svn-base
%%DATADIR%%/plugins/other/receipts/msgs/.svn/text-base/pl.msg.svn-base
%%DATADIR%%/plugins/other/receipts/msgs/.svn/text-base/ru.msg.svn-base
%%DATADIR%%/plugins/other/receipts/msgs/de.msg
%%DATADIR%%/plugins/other/receipts/msgs/pl.msg
%%DATADIR%%/plugins/other/receipts/msgs/ru.msg
%%DATADIR%%/plugins/other/receipts/receipts.tcl
%%DATADIR%%/plugins/other/receipts/recentstatus.tcl
%%DATADIR%%/plugins/other/renju/msgs/ru.msg
%%DATADIR%%/plugins/other/renju/pixmaps/black/b.gif
%%DATADIR%%/plugins/other/renju/pixmaps/black/bot.gif
%%DATADIR%%/plugins/other/renju/pixmaps/black/center.gif
%%DATADIR%%/plugins/other/renju/pixmaps/black/icondef.xml
%%DATADIR%%/plugins/other/renju/pixmaps/black/left.gif
%%DATADIR%%/plugins/other/renju/pixmaps/black/left_bot.gif
%%DATADIR%%/plugins/other/renju/pixmaps/black/left_top.gif
%%DATADIR%%/plugins/other/renju/pixmaps/black/middle.gif
%%DATADIR%%/plugins/other/renju/pixmaps/black/right.gif
%%DATADIR%%/plugins/other/renju/pixmaps/black/right_bot.gif
%%DATADIR%%/plugins/other/renju/pixmaps/black/right_top.gif
%%DATADIR%%/plugins/other/renju/pixmaps/black/top.gif
%%DATADIR%%/plugins/other/renju/pixmaps/black/w.gif
%%DATADIR%%/plugins/other/renju/pixmaps/stones/b.gif
%%DATADIR%%/plugins/other/renju/pixmaps/stones/bot.gif
%%DATADIR%%/plugins/other/renju/pixmaps/stones/center.gif
%%DATADIR%%/plugins/other/renju/pixmaps/stones/icondef.xml
%%DATADIR%%/plugins/other/renju/pixmaps/stones/left.gif
%%DATADIR%%/plugins/other/renju/pixmaps/stones/left_bot.gif
%%DATADIR%%/plugins/other/renju/pixmaps/stones/left_top.gif
%%DATADIR%%/plugins/other/renju/pixmaps/stones/middle.gif
%%DATADIR%%/plugins/other/renju/pixmaps/stones/right.gif
%%DATADIR%%/plugins/other/renju/pixmaps/stones/right_bot.gif
%%DATADIR%%/plugins/other/renju/pixmaps/stones/right_top.gif
%%DATADIR%%/plugins/other/renju/pixmaps/stones/top.gif
%%DATADIR%%/plugins/other/renju/pixmaps/stones/w.gif
%%DATADIR%%/plugins/other/renju/proto
%%DATADIR%%/plugins/other/renju/renju.tcl
%%DATADIR%%/plugins/other/reversi/msgs/es.msg
%%DATADIR%%/plugins/other/reversi/msgs/nl.msg
%%DATADIR%%/plugins/other/reversi/msgs/pl.msg
%%DATADIR%%/plugins/other/reversi/msgs/ru.msg
%%DATADIR%%/plugins/other/reversi/msgs/uk.msg
%%DATADIR%%/plugins/other/reversi/pixmaps/checkers/b.gif
%%DATADIR%%/plugins/other/reversi/pixmaps/checkers/bf.gif
%%DATADIR%%/plugins/other/reversi/pixmaps/checkers/icondef.xml
%%DATADIR%%/plugins/other/reversi/pixmaps/checkers/w.gif
%%DATADIR%%/plugins/other/reversi/pixmaps/checkers/wf.gif
%%DATADIR%%/plugins/other/reversi/pixmaps/xboard/b.gif
%%DATADIR%%/plugins/other/reversi/pixmaps/xboard/bf.gif
%%DATADIR%%/plugins/other/reversi/pixmaps/xboard/icondef.xml
%%DATADIR%%/plugins/other/reversi/pixmaps/xboard/w.gif
%%DATADIR%%/plugins/other/reversi/pixmaps/xboard/wf.gif
%%DATADIR%%/plugins/other/reversi/proto
%%DATADIR%%/plugins/other/reversi/reversi.tcl
%%DATADIR%%/plugins/other/socials/ChangeLog
%%DATADIR%%/plugins/other/socials/README
%%DATADIR%%/plugins/other/socials/socials.en
%%DATADIR%%/plugins/other/socials/socials.tcl
%%DATADIR%%/plugins/other/spy/msgs/de.msg
%%DATADIR%%/plugins/other/spy/msgs/es.msg
%%DATADIR%%/plugins/other/spy/msgs/pl.msg
%%DATADIR%%/plugins/other/spy/msgs/ru.msg
%%DATADIR%%/plugins/other/spy/msgs/uk.msg
%%DATADIR%%/plugins/other/spy/spy.tcl
%%DATADIR%%/plugins/other/spyiq/spyiq.tcl
%%DATADIR%%/plugins/other/traffic/Changelog
%%DATADIR%%/plugins/other/traffic/msgs/de.msg
%%DATADIR%%/plugins/other/traffic/msgs/es.msg
%%DATADIR%%/plugins/other/traffic/msgs/pl.msg
%%DATADIR%%/plugins/other/traffic/msgs/ru.msg
%%DATADIR%%/plugins/other/traffic/msgs/uk.msg
%%DATADIR%%/plugins/other/traffic/traffic.tcl
%%DATADIR%%/plugins/other/traffic/version.txt
%%DATADIR%%/plugins/other/whiteboard/ChangeLog
%%DATADIR%%/plugins/other/whiteboard/msgs/de.msg
%%DATADIR%%/plugins/other/whiteboard/msgs/es.msg
%%DATADIR%%/plugins/other/whiteboard/msgs/nl.msg
%%DATADIR%%/plugins/other/whiteboard/msgs/pl.msg
%%DATADIR%%/plugins/other/whiteboard/msgs/ro.msg
%%DATADIR%%/plugins/other/whiteboard/msgs/ru.msg
%%DATADIR%%/plugins/other/whiteboard/msgs/uk.msg
%%DATADIR%%/plugins/other/whiteboard/svgrender.tcl
%%DATADIR%%/plugins/other/whiteboard/whiteboard.tcl
%%DATADIR%%/plugins/pep/user_activity.tcl
%%DATADIR%%/plugins/pep/user_location.tcl
%%DATADIR%%/plugins/pep/user_mood.tcl
%%DATADIR%%/plugins/pep/user_tune.tcl
%%DATADIR%%/plugins/richtext/chatlog.tcl
%%DATADIR%%/plugins/richtext/emoticons.tcl
%%DATADIR%%/plugins/richtext/highlight.tcl
%%DATADIR%%/plugins/richtext/stylecodes.tcl
%%DATADIR%%/plugins/richtext/urls.tcl
%%DATADIR%%/plugins/roster/annotations.tcl
%%DATADIR%%/plugins/roster/backup.tcl
%%DATADIR%%/plugins/roster/bkup_annotations.tcl
%%DATADIR%%/plugins/roster/bkup_conferences.tcl
%%DATADIR%%/plugins/roster/cache_categories.tcl
%%DATADIR%%/plugins/roster/conferenceinfo.tcl
%%DATADIR%%/plugins/roster/conferences.tcl
%%DATADIR%%/plugins/roster/fetch_nicknames.tcl
%%DATADIR%%/plugins/roster/roster_delimiter.tcl
%%DATADIR%%/plugins/roster/rosterx.tcl
%%DATADIR%%/plugins/search/browser.tcl
%%DATADIR%%/plugins/search/chat.tcl
%%DATADIR%%/plugins/search/custom.tcl
%%DATADIR%%/plugins/search/headlines.tcl
%%DATADIR%%/plugins/search/logger.tcl
%%DATADIR%%/plugins/search/rawxml.tcl
%%DATADIR%%/plugins/search/search.tcl
%%DATADIR%%/plugins/search/spanel.tcl
%%DATADIR%%/plugins/si/ibb.tcl
%%DATADIR%%/plugins/si/iqibb.tcl
%%DATADIR%%/plugins/si/socks5.tcl
%%DATADIR%%/plugins/unix/dockingtray.tcl
%%DATADIR%%/plugins/unix/icon.tcl
%%DATADIR%%/plugins/unix/menu.tcl
%%DATADIR%%/plugins/unix/menu8.4.tcl
%%DATADIR%%/plugins/unix/systray.tcl
%%DATADIR%%/plugins/unix/tktray.tcl
%%DATADIR%%/plugins/unix/wmdock.tcl
%%DATADIR%%/plugins/windows/console.tcl
%%DATADIR%%/plugins/windows/mousewheel.tcl
%%DATADIR%%/plugins/windows/taskbar.tcl
%%DATADIR%%/presence.tcl
%%DATADIR%%/privacy.tcl
%%DATADIR%%/private.tcl
%%DATADIR%%/pubsub.tcl
%%DATADIR%%/register.tcl
%%DATADIR%%/richtext.tcl
%%DATADIR%%/roster.tcl
%%DATADIR%%/search.tcl
%%DATADIR%%/si.tcl
%%DATADIR%%/sounds/default/chat_their_message.wav
%%DATADIR%%/sounds/default/connected.wav
%%DATADIR%%/sounds/default/groupchat_server_message.wav
%%DATADIR%%/sounds/default/groupchat_their_message.wav
%%DATADIR%%/sounds/default/groupchat_their_message_to_me.wav
%%DATADIR%%/sounds/default/presence_available.wav
%%DATADIR%%/sounds/default/presence_unavailable.wav
%%DATADIR%%/sounds/psi/chat_their_message.wav
%%DATADIR%%/sounds/psi/connected.wav
%%DATADIR%%/sounds/psi/groupchat_server_message.wav
%%DATADIR%%/sounds/psi/groupchat_their_message.wav
%%DATADIR%%/sounds/psi/groupchat_their_message_to_me.wav
%%DATADIR%%/sounds/psi/presence_available.wav
%%DATADIR%%/sounds/psi/presence_unavailable.wav
%%DATADIR%%/splash.tcl
%%DATADIR%%/tclxml/pkgIndex.tcl
%%DATADIR%%/tclxml/sgml-8.1.tcl
%%DATADIR%%/tclxml/sgmlparser.tcl
%%DATADIR%%/tclxml/tclparser-8.1.tcl
%%DATADIR%%/tclxml/xml-8.1.tcl
%%DATADIR%%/tclxml/xml__tcl.tcl
%%DATADIR%%/tkabbur.tcl
%%DATADIR%%/trans.tcl
%%DATADIR%%/trans/de.msg
%%DATADIR%%/trans/es.msg
%%DATADIR%%/trans/pl.msg
%%DATADIR%%/trans/ru.msg
%%DATADIR%%/trans/uk.msg
%%DATADIR%%/userinfo.tcl
%%DATADIR%%/utils.tcl
%%DATADIR%%/xmppmime.tcl
OpenPOWER on IntegriCloud