summaryrefslogtreecommitdiff
path: root/irc/kvirc-devel/pkg-plist
blob: a21394bc6ef7838eb73229ead6aba26dc18d84a1 (plain) (blame)
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
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
bin/kvi_run_netscape.sh
bin/kvi_search_help.sh
bin/kvirc
bin/kvirc-config
include/kvirc/%%VER%%/kvi_antispam.h
include/kvirc/%%VER%%/kvi_app.h
include/kvirc/%%VER%%/kvi_avatar.h
include/kvirc/%%VER%%/kvi_avatarcache.h
include/kvirc/%%VER%%/kvi_bswap.h
include/kvirc/%%VER%%/kvi_channel.h
include/kvirc/%%VER%%/kvi_cmdformatter.h
include/kvirc/%%VER%%/kvi_colorwin.h
include/kvirc/%%VER%%/kvi_command.h
include/kvirc/%%VER%%/kvi_config.h
include/kvirc/%%VER%%/kvi_confignames.h
include/kvirc/%%VER%%/kvi_configstatus.h
include/kvirc/%%VER%%/kvi_console.h
include/kvirc/%%VER%%/kvi_crypt.h
include/kvirc/%%VER%%/kvi_cryptcontroller.h
include/kvirc/%%VER%%/kvi_ctcppagedialog.h
include/kvirc/%%VER%%/kvi_databuffer.h
include/kvirc/%%VER%%/kvi_datacontainer.h
include/kvirc/%%VER%%/kvi_debug.h
include/kvirc/%%VER%%/kvi_defaults.h
include/kvirc/%%VER%%/kvi_dns.h
include/kvirc/%%VER%%/kvi_dynamictooltip.h
include/kvirc/%%VER%%/kvi_env.h
include/kvirc/%%VER%%/kvi_error.h
include/kvirc/%%VER%%/kvi_event.h
include/kvirc/%%VER%%/kvi_eventhandler.h
include/kvirc/%%VER%%/kvi_exprtree.h
include/kvirc/%%VER%%/kvi_file.h
include/kvirc/%%VER%%/kvi_filedialog.h
include/kvirc/%%VER%%/kvi_filetransfer.h
include/kvirc/%%VER%%/kvi_fileutils.h
include/kvirc/%%VER%%/kvi_frame.h
include/kvirc/%%VER%%/kvi_garbage.h
include/kvirc/%%VER%%/kvi_heapobject.h
include/kvirc/%%VER%%/kvi_historywin.h
include/kvirc/%%VER%%/kvi_http.h
include/kvirc/%%VER%%/kvi_iconmanager.h
include/kvirc/%%VER%%/kvi_imagedialog.h
include/kvirc/%%VER%%/kvi_imagelib.h
include/kvirc/%%VER%%/kvi_input.h
include/kvirc/%%VER%%/kvi_internalcmd.h
include/kvirc/%%VER%%/kvi_inttypes.h
include/kvirc/%%VER%%/kvi_ipc.h
include/kvirc/%%VER%%/kvi_ipeditor.h
include/kvirc/%%VER%%/kvi_ircconnection.h
include/kvirc/%%VER%%/kvi_irccontext.h
include/kvirc/%%VER%%/kvi_irclink.h
include/kvirc/%%VER%%/kvi_ircmask.h
include/kvirc/%%VER%%/kvi_ircmessage.h
include/kvirc/%%VER%%/kvi_ircserver.h
include/kvirc/%%VER%%/kvi_ircserverdb.h
include/kvirc/%%VER%%/kvi_irctoolbar.h
include/kvirc/%%VER%%/kvi_ircurl.h
include/kvirc/%%VER%%/kvi_ircuserdb.h
include/kvirc/%%VER%%/kvi_ircview.h
include/kvirc/%%VER%%/kvi_kvs.h
include/kvirc/%%VER%%/kvi_kvs_aliasmanager.h
include/kvirc/%%VER%%/kvi_kvs_array.h
include/kvirc/%%VER%%/kvi_kvs_corecallbackcommands.h
include/kvirc/%%VER%%/kvi_kvs_corefunctions.h
include/kvirc/%%VER%%/kvi_kvs_coresimplecommands.h
include/kvirc/%%VER%%/kvi_kvs_event.h
include/kvirc/%%VER%%/kvi_kvs_eventhandler.h
include/kvirc/%%VER%%/kvi_kvs_eventmanager.h
include/kvirc/%%VER%%/kvi_kvs_eventtable.h
include/kvirc/%%VER%%/kvi_kvs_hash.h
include/kvirc/%%VER%%/kvi_kvs_kernel.h
include/kvirc/%%VER%%/kvi_kvs_moduleinterface.h
include/kvirc/%%VER%%/kvi_kvs_object.h
include/kvirc/%%VER%%/kvi_kvs_parser.h
include/kvirc/%%VER%%/kvi_kvs_parser_macros.h
include/kvirc/%%VER%%/kvi_kvs_popupmanager.h
include/kvirc/%%VER%%/kvi_kvs_popupmenu.h
include/kvirc/%%VER%%/kvi_kvs_report.h
include/kvirc/%%VER%%/kvi_kvs_reporttarget.h
include/kvirc/%%VER%%/kvi_kvs_runtimecontext.h
include/kvirc/%%VER%%/kvi_kvs_rwevaluationresult.h
include/kvirc/%%VER%%/kvi_kvs_script.h
include/kvirc/%%VER%%/kvi_kvs_switchlist.h
include/kvirc/%%VER%%/kvi_kvs_timermanager.h
include/kvirc/%%VER%%/kvi_kvs_treenode.h
include/kvirc/%%VER%%/kvi_kvs_treenode_aliasfunctioncall.h
include/kvirc/%%VER%%/kvi_kvs_treenode_aliassimplecommand.h
include/kvirc/%%VER%%/kvi_kvs_treenode_arraycount.h
include/kvirc/%%VER%%/kvi_kvs_treenode_arrayelement.h
include/kvirc/%%VER%%/kvi_kvs_treenode_arrayorhashelement.h
include/kvirc/%%VER%%/kvi_kvs_treenode_arrayreferenceassert.h
include/kvirc/%%VER%%/kvi_kvs_treenode_base.h
include/kvirc/%%VER%%/kvi_kvs_treenode_baseobjectfunctioncall.h
include/kvirc/%%VER%%/kvi_kvs_treenode_callbackcommand.h
include/kvirc/%%VER%%/kvi_kvs_treenode_command.h
include/kvirc/%%VER%%/kvi_kvs_treenode_commandevaluation.h
include/kvirc/%%VER%%/kvi_kvs_treenode_commandwithparameters.h
include/kvirc/%%VER%%/kvi_kvs_treenode_compositedata.h
include/kvirc/%%VER%%/kvi_kvs_treenode_constantdata.h
include/kvirc/%%VER%%/kvi_kvs_treenode_corecallbackcommand.h
include/kvirc/%%VER%%/kvi_kvs_treenode_corefunctioncall.h
include/kvirc/%%VER%%/kvi_kvs_treenode_coresimplecommand.h
include/kvirc/%%VER%%/kvi_kvs_treenode_data.h
include/kvirc/%%VER%%/kvi_kvs_treenode_datalist.h
include/kvirc/%%VER%%/kvi_kvs_treenode_expression.h
include/kvirc/%%VER%%/kvi_kvs_treenode_expressionreturn.h
include/kvirc/%%VER%%/kvi_kvs_treenode_extendedscopevariable.h
include/kvirc/%%VER%%/kvi_kvs_treenode_functioncall.h
include/kvirc/%%VER%%/kvi_kvs_treenode_globalvariable.h
include/kvirc/%%VER%%/kvi_kvs_treenode_hashcount.h
include/kvirc/%%VER%%/kvi_kvs_treenode_hashelement.h
include/kvirc/%%VER%%/kvi_kvs_treenode_hashreferenceassert.h
include/kvirc/%%VER%%/kvi_kvs_treenode_indirectdata.h
include/kvirc/%%VER%%/kvi_kvs_treenode_instruction.h
include/kvirc/%%VER%%/kvi_kvs_treenode_instructionblock.h
include/kvirc/%%VER%%/kvi_kvs_treenode_localvariable.h
include/kvirc/%%VER%%/kvi_kvs_treenode_modulecallbackcommand.h
include/kvirc/%%VER%%/kvi_kvs_treenode_modulefunctioncall.h
include/kvirc/%%VER%%/kvi_kvs_treenode_modulesimplecommand.h
include/kvirc/%%VER%%/kvi_kvs_treenode_multipleparameteridentifier.h
include/kvirc/%%VER%%/kvi_kvs_treenode_objectfunctioncall.h
include/kvirc/%%VER%%/kvi_kvs_treenode_operation.h
include/kvirc/%%VER%%/kvi_kvs_treenode_parameterreturn.h
include/kvirc/%%VER%%/kvi_kvs_treenode_scopeoperator.h
include/kvirc/%%VER%%/kvi_kvs_treenode_simplecommand.h
include/kvirc/%%VER%%/kvi_kvs_treenode_singleparameteridentifier.h
include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommand.h
include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandbreak.h
include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommanddefpopup.h
include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommanddo.h
include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandfor.h
include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandforeach.h
include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandif.h
include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandswitch.h
include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandwhile.h
include/kvirc/%%VER%%/kvi_kvs_treenode_switchlist.h
include/kvirc/%%VER%%/kvi_kvs_treenode_thisobjectfunctioncall.h
include/kvirc/%%VER%%/kvi_kvs_treenode_variable.h
include/kvirc/%%VER%%/kvi_kvs_treenode_voidfunctioncall.h
include/kvirc/%%VER%%/kvi_kvs_variant.h
include/kvirc/%%VER%%/kvi_kvs_variantlist.h
include/kvirc/%%VER%%/kvi_lagmeter.h
include/kvirc/%%VER%%/kvi_library.h
include/kvirc/%%VER%%/kvi_list.h
include/kvirc/%%VER%%/kvi_locale.h
include/kvirc/%%VER%%/kvi_malloc.h
include/kvirc/%%VER%%/kvi_maskeditor.h
include/kvirc/%%VER%%/kvi_md5.h
include/kvirc/%%VER%%/kvi_mdicaption.h
include/kvirc/%%VER%%/kvi_mdichild.h
include/kvirc/%%VER%%/kvi_mdimanager.h
include/kvirc/%%VER%%/kvi_mediatype.h
include/kvirc/%%VER%%/kvi_memmove.h
include/kvirc/%%VER%%/kvi_menubar.h
include/kvirc/%%VER%%/kvi_mexlinkfilter.h
include/kvirc/%%VER%%/kvi_mexserverimport.h
include/kvirc/%%VER%%/kvi_mextoolbar.h
include/kvirc/%%VER%%/kvi_mirccntrl.h
include/kvirc/%%VER%%/kvi_modeeditor.h
include/kvirc/%%VER%%/kvi_module.h
include/kvirc/%%VER%%/kvi_moduleextension.h
include/kvirc/%%VER%%/kvi_modulemanager.h
include/kvirc/%%VER%%/kvi_msgbox.h
include/kvirc/%%VER%%/kvi_msgtype.h
include/kvirc/%%VER%%/kvi_netutils.h
include/kvirc/%%VER%%/kvi_nickserv.h
include/kvirc/%%VER%%/kvi_notifylist.h
include/kvirc/%%VER%%/kvi_numeric.h
include/kvirc/%%VER%%/kvi_options.h
include/kvirc/%%VER%%/kvi_optionswidget.h
include/kvirc/%%VER%%/kvi_out.h
include/kvirc/%%VER%%/kvi_parameterlist.h
include/kvirc/%%VER%%/kvi_pixmap.h
include/kvirc/%%VER%%/kvi_popupmanager.h
include/kvirc/%%VER%%/kvi_popupmenu.h
include/kvirc/%%VER%%/kvi_processmanager.h
include/kvirc/%%VER%%/kvi_proxydb.h
include/kvirc/%%VER%%/kvi_qstring.h
include/kvirc/%%VER%%/kvi_query.h
include/kvirc/%%VER%%/kvi_regchan.h
include/kvirc/%%VER%%/kvi_regusersdb.h
include/kvirc/%%VER%%/kvi_scriptbutton.h
include/kvirc/%%VER%%/kvi_scripteditor.h
include/kvirc/%%VER%%/kvi_scriptobject.h
include/kvirc/%%VER%%/kvi_scripttoolbar.h
include/kvirc/%%VER%%/kvi_scripttoolbar_button.h
include/kvirc/%%VER%%/kvi_scripttoolbar_definition.h
include/kvirc/%%VER%%/kvi_scripttoolbar_item.h
include/kvirc/%%VER%%/kvi_scripttoolbar_itemdefinition.h
include/kvirc/%%VER%%/kvi_scripttoolbar_manager.h
include/kvirc/%%VER%%/kvi_selectors.h
include/kvirc/%%VER%%/kvi_settings.h
include/kvirc/%%VER%%/kvi_sharedfiles.h
include/kvirc/%%VER%%/kvi_socket.h
include/kvirc/%%VER%%/kvi_sockettype.h
include/kvirc/%%VER%%/kvi_sparser.h
include/kvirc/%%VER%%/kvi_splash.h
include/kvirc/%%VER%%/kvi_ssl.h
include/kvirc/%%VER%%/kvi_sslmaster.h
include/kvirc/%%VER%%/kvi_stdarg.h
include/kvirc/%%VER%%/kvi_strasm.h
include/kvirc/%%VER%%/kvi_string.h
include/kvirc/%%VER%%/kvi_stringarray.h
include/kvirc/%%VER%%/kvi_stringconversion.h
include/kvirc/%%VER%%/kvi_tal_application.h
include/kvirc/%%VER%%/kvi_tal_application_kde.h
include/kvirc/%%VER%%/kvi_tal_application_qt.h
include/kvirc/%%VER%%/kvi_tal_filedialog.h
include/kvirc/%%VER%%/kvi_tal_filedialog_kde.h
include/kvirc/%%VER%%/kvi_tal_filedialog_qt.h
include/kvirc/%%VER%%/kvi_tal_mainwindow.h
include/kvirc/%%VER%%/kvi_tal_mainwindow_kde.h
include/kvirc/%%VER%%/kvi_tal_mainwindow_qt.h
include/kvirc/%%VER%%/kvi_tal_menubar.h
include/kvirc/%%VER%%/kvi_tal_menubar_kde.h
include/kvirc/%%VER%%/kvi_tal_menubar_qt.h
include/kvirc/%%VER%%/kvi_tal_toolbar.h
include/kvirc/%%VER%%/kvi_tal_toolbar_kde.h
include/kvirc/%%VER%%/kvi_tal_toolbar_qt.h
include/kvirc/%%VER%%/kvi_tal_toolbardocktype.h
include/kvirc/%%VER%%/kvi_taskbar.h
include/kvirc/%%VER%%/kvi_textencoding.h
include/kvirc/%%VER%%/kvi_texticonmanager.h
include/kvirc/%%VER%%/kvi_texticonwin.h
include/kvirc/%%VER%%/kvi_themedlabel.h
include/kvirc/%%VER%%/kvi_thread.h
include/kvirc/%%VER%%/kvi_time.h
include/kvirc/%%VER%%/kvi_timermanager.h
include/kvirc/%%VER%%/kvi_toolbar.h
include/kvirc/%%VER%%/kvi_topicw.h
include/kvirc/%%VER%%/kvi_uparser.h
include/kvirc/%%VER%%/kvi_url.h
include/kvirc/%%VER%%/kvi_useraction.h
include/kvirc/%%VER%%/kvi_userlistview.h
include/kvirc/%%VER%%/kvi_wincfg.h
include/kvirc/%%VER%%/kvi_window.h
include/kvirc/%%VER%%/kvi_wstring.h
include/kvirc/%%VER%%/kvi_wstring_config.h
include/kvirc/%%VER%%/kvi_wstring_external.h
include/kvirc/%%VER%%/kvi_wstring_functions.h
include/kvirc/%%VER%%/kvi_wstring_wchar.h
include/kvirc/%%VER%%/kvi_wstring_wslen.h
include/kvirc/%%VER%%/kvi_xlib.h
lib/libkvilib.la
lib/libkvilib.so
lib/libkvilib.so.3
share/icons/hicolor/48x48/apps/kvirc.png
share/icons/hicolor/48x48/mimetypes/kvs.png
share/icons/hicolor/16x16/apps/kvirc.png
share/icons/hicolor/16x16/mimetypes/kvs.png
share/icons/hicolor/32x32/apps/kvirc.png
share/icons/hicolor/32x32/mimetypes/kvs.png
share/icons/hicolor/64x64/apps/kvirc.png
share/icons/hicolor/64x64/mimetypes/kvs.png
share/applnk/Internet/kvirc.desktop
share/services/irc.protocol
share/services/irc6.protocol
share/mimelnk/text/x-kvs.desktop
%%DATADIR%%/%%VER%%/config/modules/libkvitip.kvc
%%DATADIR%%/%%VER%%/config/serverdb.kvc
%%DATADIR%%/%%VER%%/config/texticons.kvc
%%DATADIR%%/%%VER%%/defscript/default.kvs
%%DATADIR%%/%%VER%%/help/en/_db_class.idx
%%DATADIR%%/%%VER%%/help/en/_db_command.idx
%%DATADIR%%/%%VER%%/help/en/_db_event.idx
%%DATADIR%%/%%VER%%/help/en/_db_function.idx
%%DATADIR%%/%%VER%%/help/en/_db_generic.idx
%%DATADIR%%/%%VER%%/help/en/_db_keyterms.idx
%%DATADIR%%/%%VER%%/help/en/_db_language.idx
%%DATADIR%%/%%VER%%/help/en/_db_module.idx
%%DATADIR%%/%%VER%%/help/en/_db_widget.idx
%%DATADIR%%/%%VER%%/help/en/class_button.html
%%DATADIR%%/%%VER%%/help/en/class_checkbox.html
%%DATADIR%%/%%VER%%/help/en/class_combobox.html
%%DATADIR%%/%%VER%%/help/en/class_file.html
%%DATADIR%%/%%VER%%/help/en/class_label.html
%%DATADIR%%/%%VER%%/help/en/class_layout.html
%%DATADIR%%/%%VER%%/help/en/class_lineedit.html
%%DATADIR%%/%%VER%%/help/en/class_list.html
%%DATADIR%%/%%VER%%/help/en/class_menubar.html
%%DATADIR%%/%%VER%%/help/en/class_multilineedit.html
%%DATADIR%%/%%VER%%/help/en/class_object.html
%%DATADIR%%/%%VER%%/help/en/class_socket.html
%%DATADIR%%/%%VER%%/help/en/class_string.html
%%DATADIR%%/%%VER%%/help/en/class_urllabel.html
%%DATADIR%%/%%VER%%/help/en/class_widget.html
%%DATADIR%%/%%VER%%/help/en/class_window.html
%%DATADIR%%/%%VER%%/help/en/cmd_about.kvirc.html
%%DATADIR%%/%%VER%%/help/en/cmd_addtarget.html
%%DATADIR%%/%%VER%%/help/en/cmd_admin.html
%%DATADIR%%/%%VER%%/help/en/cmd_alias.html
%%DATADIR%%/%%VER%%/help/en/cmd_aliaseditor.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_avatar.html
%%DATADIR%%/%%VER%%/help/en/cmd_away.html
%%DATADIR%%/%%VER%%/help/en/cmd_awhois.html
%%DATADIR%%/%%VER%%/help/en/cmd_back.html
%%DATADIR%%/%%VER%%/help/en/cmd_ban.html
%%DATADIR%%/%%VER%%/help/en/cmd_beep.html
%%DATADIR%%/%%VER%%/help/en/cmd_break.html
%%DATADIR%%/%%VER%%/help/en/cmd_button.html
%%DATADIR%%/%%VER%%/help/en/cmd_buttonctl.html
%%DATADIR%%/%%VER%%/help/en/cmd_channelsjoin.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_class.html
%%DATADIR%%/%%VER%%/help/en/cmd_clear.html
%%DATADIR%%/%%VER%%/help/en/cmd_clearobjects.html
%%DATADIR%%/%%VER%%/help/en/cmd_clock.add.html
%%DATADIR%%/%%VER%%/help/en/cmd_codetester.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_config.clear.html
%%DATADIR%%/%%VER%%/help/en/cmd_config.clearsection.html
%%DATADIR%%/%%VER%%/help/en/cmd_config.close.html
%%DATADIR%%/%%VER%%/help/en/cmd_config.flush.html
%%DATADIR%%/%%VER%%/help/en/cmd_config.setsection.html
%%DATADIR%%/%%VER%%/help/en/cmd_config.write.html
%%DATADIR%%/%%VER%%/help/en/cmd_connect.html
%%DATADIR%%/%%VER%%/help/en/cmd_ctcp.html
%%DATADIR%%/%%VER%%/help/en/cmd_dcc.canvas.html
%%DATADIR%%/%%VER%%/help/en/cmd_dcc.chat.html
%%DATADIR%%/%%VER%%/help/en/cmd_dcc.get.html
%%DATADIR%%/%%VER%%/help/en/cmd_dcc.recv.html
%%DATADIR%%/%%VER%%/help/en/cmd_dcc.rsend.html
%%DATADIR%%/%%VER%%/help/en/cmd_dcc.send.html
%%DATADIR%%/%%VER%%/help/en/cmd_dcc.voice.html
%%DATADIR%%/%%VER%%/help/en/cmd_defpopup.html
%%DATADIR%%/%%VER%%/help/en/cmd_delete.html
%%DATADIR%%/%%VER%%/help/en/cmd_deltarget.html
%%DATADIR%%/%%VER%%/help/en/cmd_deop.html
%%DATADIR%%/%%VER%%/help/en/cmd_destroy.html
%%DATADIR%%/%%VER%%/help/en/cmd_devoice.html
%%DATADIR%%/%%VER%%/help/en/cmd_dialog.file.html
%%DATADIR%%/%%VER%%/help/en/cmd_dialog.image.html
%%DATADIR%%/%%VER%%/help/en/cmd_dialog.message.html
%%DATADIR%%/%%VER%%/help/en/cmd_dialog.textinput.html
%%DATADIR%%/%%VER%%/help/en/cmd_disconnect.html
%%DATADIR%%/%%VER%%/help/en/cmd_dockwidget.hide.html
%%DATADIR%%/%%VER%%/help/en/cmd_dockwidget.show.html
%%DATADIR%%/%%VER%%/help/en/cmd_echo.html
%%DATADIR%%/%%VER%%/help/en/cmd_echoprivmsg.html
%%DATADIR%%/%%VER%%/help/en/cmd_eval.html
%%DATADIR%%/%%VER%%/help/en/cmd_event.html
%%DATADIR%%/%%VER%%/help/en/cmd_eventctl.html
%%DATADIR%%/%%VER%%/help/en/cmd_eventeditor.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_exec.html
%%DATADIR%%/%%VER%%/help/en/cmd_file.addimagepath.html
%%DATADIR%%/%%VER%%/help/en/cmd_file.copy.html
%%DATADIR%%/%%VER%%/help/en/cmd_file.delimagepath.html
%%DATADIR%%/%%VER%%/help/en/cmd_file.mkdir.html
%%DATADIR%%/%%VER%%/help/en/cmd_file.remove.html
%%DATADIR%%/%%VER%%/help/en/cmd_file.rename.html
%%DATADIR%%/%%VER%%/help/en/cmd_file.rmdir.html
%%DATADIR%%/%%VER%%/help/en/cmd_file.write.html
%%DATADIR%%/%%VER%%/help/en/cmd_filetransferwindow.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_for.html
%%DATADIR%%/%%VER%%/help/en/cmd_foreach.html
%%DATADIR%%/%%VER%%/help/en/cmd_halt.html
%%DATADIR%%/%%VER%%/help/en/cmd_help.html
%%DATADIR%%/%%VER%%/help/en/cmd_help.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_help.search.html
%%DATADIR%%/%%VER%%/help/en/cmd_host.html
%%DATADIR%%/%%VER%%/help/en/cmd_http.get.html
%%DATADIR%%/%%VER%%/help/en/cmd_ident.start.html
%%DATADIR%%/%%VER%%/help/en/cmd_ident.stop.html
%%DATADIR%%/%%VER%%/help/en/cmd_if.html
%%DATADIR%%/%%VER%%/help/en/cmd_info.html
%%DATADIR%%/%%VER%%/help/en/cmd_invite.html
%%DATADIR%%/%%VER%%/help/en/cmd_iograph.add.html
%%DATADIR%%/%%VER%%/help/en/cmd_join.html
%%DATADIR%%/%%VER%%/help/en/cmd_kick.html
%%DATADIR%%/%%VER%%/help/en/cmd_killclass.html
%%DATADIR%%/%%VER%%/help/en/cmd_killtimer.html
%%DATADIR%%/%%VER%%/help/en/cmd_lag.disable.html
%%DATADIR%%/%%VER%%/help/en/cmd_lag.enable.html
%%DATADIR%%/%%VER%%/help/en/cmd_lag.setalarmtime.html
%%DATADIR%%/%%VER%%/help/en/cmd_lag.setinterval.html
%%DATADIR%%/%%VER%%/help/en/cmd_leave.html
%%DATADIR%%/%%VER%%/help/en/cmd_links.html
%%DATADIR%%/%%VER%%/help/en/cmd_links.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_list.html
%%DATADIR%%/%%VER%%/help/en/cmd_list.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_log.flush.html
%%DATADIR%%/%%VER%%/help/en/cmd_log.start.html
%%DATADIR%%/%%VER%%/help/en/cmd_log.stop.html
%%DATADIR%%/%%VER%%/help/en/cmd_logview.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_lusers.html
%%DATADIR%%/%%VER%%/help/en/cmd_me.html
%%DATADIR%%/%%VER%%/help/en/cmd_mode.html
%%DATADIR%%/%%VER%%/help/en/cmd_motd.html
%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.add.html
%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.addurl.html
%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.next.html
%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.pause.html
%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.play.html
%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.prev.html
%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.quit.html
%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.stop.html
%%DATADIR%%/%%VER%%/help/en/cmd_msg.html
%%DATADIR%%/%%VER%%/help/en/cmd_nick.html
%%DATADIR%%/%%VER%%/help/en/cmd_notice.html
%%DATADIR%%/%%VER%%/help/en/cmd_op.html
%%DATADIR%%/%%VER%%/help/en/cmd_openurl.html
%%DATADIR%%/%%VER%%/help/en/cmd_oper.html
%%DATADIR%%/%%VER%%/help/en/cmd_option.html
%%DATADIR%%/%%VER%%/help/en/cmd_options.dialog.html
%%DATADIR%%/%%VER%%/help/en/cmd_options.edit.html
%%DATADIR%%/%%VER%%/help/en/cmd_options.pages.html
%%DATADIR%%/%%VER%%/help/en/cmd_options.save.html
%%DATADIR%%/%%VER%%/help/en/cmd_parse.html
%%DATADIR%%/%%VER%%/help/en/cmd_part.html
%%DATADIR%%/%%VER%%/help/en/cmd_pass.html
%%DATADIR%%/%%VER%%/help/en/cmd_play.html
%%DATADIR%%/%%VER%%/help/en/cmd_popup.html
%%DATADIR%%/%%VER%%/help/en/cmd_popupeditor.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_privateimpl.html
%%DATADIR%%/%%VER%%/help/en/cmd_privmsg.html
%%DATADIR%%/%%VER%%/help/en/cmd_query.html
%%DATADIR%%/%%VER%%/help/en/cmd_quit.html
%%DATADIR%%/%%VER%%/help/en/cmd_quote.html
%%DATADIR%%/%%VER%%/help/en/cmd_raise.html
%%DATADIR%%/%%VER%%/help/en/cmd_raw.html
%%DATADIR%%/%%VER%%/help/en/cmd_raweditor.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_regchan.add.html
%%DATADIR%%/%%VER%%/help/en/cmd_regchan.list.html
%%DATADIR%%/%%VER%%/help/en/cmd_regchan.remove.html
%%DATADIR%%/%%VER%%/help/en/cmd_regchan.setproperty.html
%%DATADIR%%/%%VER%%/help/en/cmd_reguser.add.html
%%DATADIR%%/%%VER%%/help/en/cmd_reguser.addmask.html
%%DATADIR%%/%%VER%%/help/en/cmd_reguser.delmask.html
%%DATADIR%%/%%VER%%/help/en/cmd_reguser.edit.html
%%DATADIR%%/%%VER%%/help/en/cmd_reguser.remove.html
%%DATADIR%%/%%VER%%/help/en/cmd_reguser.setproperty.html
%%DATADIR%%/%%VER%%/help/en/cmd_reguser.showlist.html
%%DATADIR%%/%%VER%%/help/en/cmd_reguser.wizard.html
%%DATADIR%%/%%VER%%/help/en/cmd_return.html
%%DATADIR%%/%%VER%%/help/en/cmd_run.html
%%DATADIR%%/%%VER%%/help/en/cmd_say.html
%%DATADIR%%/%%VER%%/help/en/cmd_server.html
%%DATADIR%%/%%VER%%/help/en/cmd_service.html
%%DATADIR%%/%%VER%%/help/en/cmd_setmenu.html
%%DATADIR%%/%%VER%%/help/en/cmd_setreturn.html
%%DATADIR%%/%%VER%%/help/en/cmd_sharedfile.add.html
%%DATADIR%%/%%VER%%/help/en/cmd_sharedfile.clear.html
%%DATADIR%%/%%VER%%/help/en/cmd_sharedfile.list.html
%%DATADIR%%/%%VER%%/help/en/cmd_sharedfile.remove.html
%%DATADIR%%/%%VER%%/help/en/cmd_sharedfileswindow.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_snd.play.html
%%DATADIR%%/%%VER%%/help/en/cmd_socketspy.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_sound.html
%%DATADIR%%/%%VER%%/help/en/cmd_spaste.clipboard.html
%%DATADIR%%/%%VER%%/help/en/cmd_spaste.file.html
%%DATADIR%%/%%VER%%/help/en/cmd_spaste.list.html
%%DATADIR%%/%%VER%%/help/en/cmd_spaste.setdelay.html
%%DATADIR%%/%%VER%%/help/en/cmd_spaste.stop.html
%%DATADIR%%/%%VER%%/help/en/cmd_squery.html
%%DATADIR%%/%%VER%%/help/en/cmd_squit.html
%%DATADIR%%/%%VER%%/help/en/cmd_srand.html
%%DATADIR%%/%%VER%%/help/en/cmd_stats.html
%%DATADIR%%/%%VER%%/help/en/cmd_switch.html
%%DATADIR%%/%%VER%%/help/en/cmd_system.setenv.html
%%DATADIR%%/%%VER%%/help/en/cmd_term.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_time.html
%%DATADIR%%/%%VER%%/help/en/cmd_timer.html
%%DATADIR%%/%%VER%%/help/en/cmd_tip.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_tmphighlight.add.html
%%DATADIR%%/%%VER%%/help/en/cmd_tmphighlight.remove.html
%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.addbutton.html
%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.addseparator.html
%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.create.html
%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.define.html
%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.destroy.html
%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.hide.html
%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.removeitem.html
%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.setbutton.html
%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.show.html
%%DATADIR%%/%%VER%%/help/en/cmd_toolbareditor.open.html
%%DATADIR%%/%%VER%%/help/en/cmd_topic.html
%%DATADIR%%/%%VER%%/help/en/cmd_trace.html
%%DATADIR%%/%%VER%%/help/en/cmd_unban.html
%%DATADIR%%/%%VER%%/help/en/cmd_url.config.html
%%DATADIR%%/%%VER%%/help/en/cmd_url.list.html
%%DATADIR%%/%%VER%%/help/en/cmd_version.html
%%DATADIR%%/%%VER%%/help/en/cmd_voice.html
%%DATADIR%%/%%VER%%/help/en/cmd_while.html
%%DATADIR%%/%%VER%%/help/en/cmd_who.html
%%DATADIR%%/%%VER%%/help/en/cmd_whois.html
%%DATADIR%%/%%VER%%/help/en/cmd_whowas.html
%%DATADIR%%/%%VER%%/help/en/cmd_window.activate.html
%%DATADIR%%/%%VER%%/help/en/cmd_window.clearOutput.html
%%DATADIR%%/%%VER%%/help/en/cmd_window.close.html
%%DATADIR%%/%%VER%%/help/en/cmd_window.demandAttention.html
%%DATADIR%%/%%VER%%/help/en/cmd_window.dock.html
%%DATADIR%%/%%VER%%/help/en/cmd_window.listtypes.html
%%DATADIR%%/%%VER%%/help/en/cmd_window.maximize.html
%%DATADIR%%/%%VER%%/help/en/cmd_window.minimize.html
%%DATADIR%%/%%VER%%/help/en/cmd_window.restore.html
%%DATADIR%%/%%VER%%/help/en/cmd_window.undock.html
%%DATADIR%%/%%VER%%/help/en/doc_aliases.html
%%DATADIR%%/%%VER%%/help/en/doc_antispam.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_$.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_a.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_b.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_c.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_d.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_e.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_f.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_g.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_h.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_i.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_j.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_k.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_l.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_m.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_n.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_o.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_p.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_q.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_r.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_s.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_t.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_u.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_v.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_w.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_x.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_y.html
%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_z.html
%%DATADIR%%/%%VER%%/help/en/doc_class_index_all.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_$.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_a.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_b.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_c.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_d.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_e.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_f.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_g.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_h.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_i.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_j.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_k.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_l.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_m.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_n.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_o.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_p.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_q.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_r.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_s.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_t.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_u.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_v.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_w.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_x.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_y.html
%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_z.html
%%DATADIR%%/%%VER%%/help/en/doc_command_index_all.html
%%DATADIR%%/%%VER%%/help/en/doc_command_rebinding.html
%%DATADIR%%/%%VER%%/help/en/doc_connection_dependant_commands.html
%%DATADIR%%/%%VER%%/help/en/doc_crypt_engines.html
%%DATADIR%%/%%VER%%/help/en/doc_ctcp_avatar.html
%%DATADIR%%/%%VER%%/help/en/doc_ctcp_handling.html
%%DATADIR%%/%%VER%%/help/en/doc_datatypes.html
%%DATADIR%%/%%VER%%/help/en/doc_dcc_connection.html
%%DATADIR%%/%%VER%%/help/en/doc_escape_sequences.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_$.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_a.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_b.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_c.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_d.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_e.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_f.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_g.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_h.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_i.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_j.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_k.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_l.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_m.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_n.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_o.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_p.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_q.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_r.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_s.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_t.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_u.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_v.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_w.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_x.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_y.html
%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_z.html
%%DATADIR%%/%%VER%%/help/en/doc_event_index_all.html
%%DATADIR%%/%%VER%%/help/en/doc_events.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_$.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_a.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_b.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_c.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_d.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_e.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_f.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_g.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_h.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_i.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_j.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_k.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_l.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_m.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_n.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_o.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_p.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_q.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_r.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_s.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_t.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_u.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_v.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_w.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_x.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_y.html
%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_z.html
%%DATADIR%%/%%VER%%/help/en/doc_function_index_all.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_$.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_a.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_b.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_c.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_d.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_e.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_f.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_g.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_h.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_i.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_j.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_k.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_l.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_m.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_n.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_o.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_p.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_q.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_r.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_s.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_t.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_u.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_v.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_w.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_x.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_y.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_z.html
%%DATADIR%%/%%VER%%/help/en/doc_generic_index_all.html
%%DATADIR%%/%%VER%%/help/en/doc_image_id.html
%%DATADIR%%/%%VER%%/help/en/doc_irc_masks.html
%%DATADIR%%/%%VER%%/help/en/doc_ircintro.html
%%DATADIR%%/%%VER%%/help/en/doc_isanyconsoleconnected.html
%%DATADIR%%/%%VER%%/help/en/doc_keyboard.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_$.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_a.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_b.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_c.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_d.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_e.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_f.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_g.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_h.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_i.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_j.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_k.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_l.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_m.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_n.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_o.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_p.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_q.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_r.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_s.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_t.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_u.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_v.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_w.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_x.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_y.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_z.html
%%DATADIR%%/%%VER%%/help/en/doc_keyterms_index_all.html
%%DATADIR%%/%%VER%%/help/en/doc_kvircintro.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_$.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_a.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_b.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_c.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_d.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_e.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_f.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_g.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_h.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_i.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_j.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_k.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_l.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_m.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_n.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_o.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_p.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_q.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_r.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_s.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_t.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_u.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_v.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_w.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_x.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_y.html
%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_z.html
%%DATADIR%%/%%VER%%/help/en/doc_language_index_all.html
%%DATADIR%%/%%VER%%/help/en/doc_language_overview.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_$.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_a.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_b.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_c.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_d.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_e.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_f.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_g.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_h.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_i.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_j.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_k.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_l.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_m.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_n.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_o.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_p.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_q.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_r.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_s.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_t.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_u.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_v.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_w.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_x.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_y.html
%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_z.html
%%DATADIR%%/%%VER%%/help/en/doc_module_index_all.html
%%DATADIR%%/%%VER%%/help/en/doc_modules.html
%%DATADIR%%/%%VER%%/help/en/doc_nickserv_proto.html
%%DATADIR%%/%%VER%%/help/en/doc_noblockingdialogs.html
%%DATADIR%%/%%VER%%/help/en/doc_notify_list.html
%%DATADIR%%/%%VER%%/help/en/doc_objects.html
%%DATADIR%%/%%VER%%/help/en/doc_operators.html
%%DATADIR%%/%%VER%%/help/en/doc_registered_users.html
%%DATADIR%%/%%VER%%/help/en/doc_rfc2812.html
%%DATADIR%%/%%VER%%/help/en/doc_rfc2821wrappers.html
%%DATADIR%%/%%VER%%/help/en/doc_shared_files.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_$.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_a.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_b.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_c.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_d.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_e.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_f.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_g.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_h.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_i.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_j.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_k.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_l.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_m.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_n.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_o.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_p.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_q.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_r.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_s.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_t.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_u.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_v.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_w.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_x.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_y.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_z.html
%%DATADIR%%/%%VER%%/help/en/doc_widget_index_all.html
%%DATADIR%%/%%VER%%/help/en/doc_window_naming_conventions.html
%%DATADIR%%/%%VER%%/help/en/event_onaccelkeypressed.html
%%DATADIR%%/%%VER%%/help/en/event_onaction.html
%%DATADIR%%/%%VER%%/help/en/event_onban.html
%%DATADIR%%/%%VER%%/help/en/event_onbanexception.html
%%DATADIR%%/%%VER%%/help/en/event_onbanexceptionremove.html
%%DATADIR%%/%%VER%%/help/en/event_onchanadmin.html
%%DATADIR%%/%%VER%%/help/en/event_onchannellinkpopuprequest.html
%%DATADIR%%/%%VER%%/help/en/event_onchannelmessage.html
%%DATADIR%%/%%VER%%/help/en/event_onchannelnickdefaultactionrequest.html
%%DATADIR%%/%%VER%%/help/en/event_onchannelnickpopuprequest.html
%%DATADIR%%/%%VER%%/help/en/event_onchannelnotice.html
%%DATADIR%%/%%VER%%/help/en/event_onchannelpopuprequest.html
%%DATADIR%%/%%VER%%/help/en/event_onchannelsync.html
%%DATADIR%%/%%VER%%/help/en/event_onchannelwindowcreated.html
%%DATADIR%%/%%VER%%/help/en/event_onchanservnotice.html
%%DATADIR%%/%%VER%%/help/en/event_onconsolepopuprequest.html
%%DATADIR%%/%%VER%%/help/en/event_onctcpflood.html
%%DATADIR%%/%%VER%%/help/en/event_onctcpreply.html
%%DATADIR%%/%%VER%%/help/en/event_onctcprequest.html
%%DATADIR%%/%%VER%%/help/en/event_ondccchatconnected.html
%%DATADIR%%/%%VER%%/help/en/event_ondccchatconnectioninprogress.html
%%DATADIR%%/%%VER%%/help/en/event_ondccchatdisconnected.html
%%DATADIR%%/%%VER%%/help/en/event_ondccchaterror.html
%%DATADIR%%/%%VER%%/help/en/event_ondccchatmessage.html
%%DATADIR%%/%%VER%%/help/en/event_ondccchatwindowclosing.html
%%DATADIR%%/%%VER%%/help/en/event_ondccchatwindowcreated.html
%%DATADIR%%/%%VER%%/help/en/event_ondechanadmin.html
%%DATADIR%%/%%VER%%/help/en/event_ondehalfop.html
%%DATADIR%%/%%VER%%/help/en/event_ondeop.html
%%DATADIR%%/%%VER%%/help/en/event_ondeuserop.html
%%DATADIR%%/%%VER%%/help/en/event_ondevoice.html
%%DATADIR%%/%%VER%%/help/en/event_onframewindowcreated.html
%%DATADIR%%/%%VER%%/help/en/event_onframewindowdestroyed.html
%%DATADIR%%/%%VER%%/help/en/event_onhalfop.html
%%DATADIR%%/%%VER%%/help/en/event_onhighlight.html
%%DATADIR%%/%%VER%%/help/en/event_onhostlinkpopuprequest.html
%%DATADIR%%/%%VER%%/help/en/event_oninvite.html
%%DATADIR%%/%%VER%%/help/en/event_oninviteexception.html
%%DATADIR%%/%%VER%%/help/en/event_oninviteexceptionremove.html
%%DATADIR%%/%%VER%%/help/en/event_onirc.html
%%DATADIR%%/%%VER%%/help/en/event_onircconnectionestablished.html
%%DATADIR%%/%%VER%%/help/en/event_onircconnectionterminated.html
%%DATADIR%%/%%VER%%/help/en/event_onirccontextcreated.html
%%DATADIR%%/%%VER%%/help/en/event_onirccontextdestroyed.html
%%DATADIR%%/%%VER%%/help/en/event_onjoin.html
%%DATADIR%%/%%VER%%/help/en/event_onkeyset.html
%%DATADIR%%/%%VER%%/help/en/event_onkeyunset.html
%%DATADIR%%/%%VER%%/help/en/event_onkick.html
%%DATADIR%%/%%VER%%/help/en/event_onkvircshutdown.html
%%DATADIR%%/%%VER%%/help/en/event_onkvircstartup.html
%%DATADIR%%/%%VER%%/help/en/event_onlagalarmtimedown.html
%%DATADIR%%/%%VER%%/help/en/event_onlagalarmtimeup.html
%%DATADIR%%/%%VER%%/help/en/event_onlagcheck.html
%%DATADIR%%/%%VER%%/help/en/event_onlimitset.html
%%DATADIR%%/%%VER%%/help/en/event_onlimitunset.html
%%DATADIR%%/%%VER%%/help/en/event_onmeaway.html
%%DATADIR%%/%%VER%%/help/en/event_onmeback.html
%%DATADIR%%/%%VER%%/help/en/event_onmeban.html
%%DATADIR%%/%%VER%%/help/en/event_onmebanexception.html
%%DATADIR%%/%%VER%%/help/en/event_onmebanexceptionremove.html
%%DATADIR%%/%%VER%%/help/en/event_onmechanadmin.html
%%DATADIR%%/%%VER%%/help/en/event_onmedechanadmin.html
%%DATADIR%%/%%VER%%/help/en/event_onmedehalfop.html
%%DATADIR%%/%%VER%%/help/en/event_onmedeop.html
%%DATADIR%%/%%VER%%/help/en/event_onmedeuserop.html
%%DATADIR%%/%%VER%%/help/en/event_onmedevoice.html
%%DATADIR%%/%%VER%%/help/en/event_onmehalfop.html
%%DATADIR%%/%%VER%%/help/en/event_onmeinviteexception.html
%%DATADIR%%/%%VER%%/help/en/event_onmeinviteexceptionremove.html
%%DATADIR%%/%%VER%%/help/en/event_onmejoin.html
%%DATADIR%%/%%VER%%/help/en/event_onmekick.html
%%DATADIR%%/%%VER%%/help/en/event_onmenickchange.html
%%DATADIR%%/%%VER%%/help/en/event_onmeop.html
%%DATADIR%%/%%VER%%/help/en/event_onmepart.html
%%DATADIR%%/%%VER%%/help/en/event_onmeunban.html
%%DATADIR%%/%%VER%%/help/en/event_onmeuserop.html
%%DATADIR%%/%%VER%%/help/en/event_onmevoice.html
%%DATADIR%%/%%VER%%/help/en/event_onnickchange.html
%%DATADIR%%/%%VER%%/help/en/event_onnicklinkdefaultactionrequest.html
%%DATADIR%%/%%VER%%/help/en/event_onnicklinkpopuprequest.html
%%DATADIR%%/%%VER%%/help/en/event_onnickservnotice.html
%%DATADIR%%/%%VER%%/help/en/event_onnotifylistdefaultactionrequest.html
%%DATADIR%%/%%VER%%/help/en/event_onnotifylistpopuprequest.html
%%DATADIR%%/%%VER%%/help/en/event_onnotifyoffline.html
%%DATADIR%%/%%VER%%/help/en/event_onnotifyonline.html
%%DATADIR%%/%%VER%%/help/en/event_onop.html
%%DATADIR%%/%%VER%%/help/en/event_onpart.html
%%DATADIR%%/%%VER%%/help/en/event_onping.html
%%DATADIR%%/%%VER%%/help/en/event_onpong.html
%%DATADIR%%/%%VER%%/help/en/event_onquerymessage.html
%%DATADIR%%/%%VER%%/help/en/event_onquerynickdefaultactionrequest.html
%%DATADIR%%/%%VER%%/help/en/event_onquerynickpopuprequest.html
%%DATADIR%%/%%VER%%/help/en/event_onquerynotice.html
%%DATADIR%%/%%VER%%/help/en/event_onquerypopuprequest.html
%%DATADIR%%/%%VER%%/help/en/event_onquerytargetadded.html
%%DATADIR%%/%%VER%%/help/en/event_onquerywindowcreated.html
%%DATADIR%%/%%VER%%/help/en/event_onquerywindowrequest.html
%%DATADIR%%/%%VER%%/help/en/event_onquit.html
%%DATADIR%%/%%VER%%/help/en/event_onserverlinkpopuprequest.html
%%DATADIR%%/%%VER%%/help/en/event_onservernotice.html
%%DATADIR%%/%%VER%%/help/en/event_ontextviewdoubleclicked.html
%%DATADIR%%/%%VER%%/help/en/event_ontopic.html
%%DATADIR%%/%%VER%%/help/en/event_onunban.html
%%DATADIR%%/%%VER%%/help/en/event_onunhandledliteral.html
%%DATADIR%%/%%VER%%/help/en/event_onurl.html
%%DATADIR%%/%%VER%%/help/en/event_onurllinkpopuprequest.html
%%DATADIR%%/%%VER%%/help/en/event_onusermode.html
%%DATADIR%%/%%VER%%/help/en/event_onuserop.html
%%DATADIR%%/%%VER%%/help/en/event_onvoice.html
%%DATADIR%%/%%VER%%/help/en/event_onwindowactivated.html
%%DATADIR%%/%%VER%%/help/en/event_onwindowpopuprequest.html
%%DATADIR%%/%%VER%%/help/en/fnc_$.html
%%DATADIR%%/%%VER%%/help/en/fnc_$lag.lag.html
%%DATADIR%%/%%VER%%/help/en/fnc_active.html
%%DATADIR%%/%%VER%%/help/en/fnc_ascii.html
%%DATADIR%%/%%VER%%/help/en/fnc_avatar.html
%%DATADIR%%/%%VER%%/help/en/fnc_away.html
%%DATADIR%%/%%VER%%/help/en/fnc_b.html
%%DATADIR%%/%%VER%%/help/en/fnc_base64toAscii.html
%%DATADIR%%/%%VER%%/help/en/fnc_calc.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.admincount.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.bancount.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.banexceptioncount.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.banexceptionlist.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.banlist.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.getflag.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.halfopcount.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.invitecount.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.invitelist.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.isadmin.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.ishalfop.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismeadmin.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismeop.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.ison.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.isop.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.isuserop.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.isvoice.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.key.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.limit.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.matchban.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.matchbanexception.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.matchinvite.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.mode.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.name.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.opcount.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.topic.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.topicsetat.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.topicsetby.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.usercount.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.useropcount.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.users.html
%%DATADIR%%/%%VER%%/help/en/fnc_chan.voicecount.html
%%DATADIR%%/%%VER%%/help/en/fnc_channel.html
%%DATADIR%%/%%VER%%/help/en/fnc_char.html
%%DATADIR%%/%%VER%%/help/en/fnc_classdefined.html
%%DATADIR%%/%%VER%%/help/en/fnc_config.filelist.html
%%DATADIR%%/%%VER%%/help/en/fnc_config.filename.html
%%DATADIR%%/%%VER%%/help/en/fnc_config.hassection.html
%%DATADIR%%/%%VER%%/help/en/fnc_config.id.html
%%DATADIR%%/%%VER%%/help/en/fnc_config.keylist.html
%%DATADIR%%/%%VER%%/help/en/fnc_config.open.html
%%DATADIR%%/%%VER%%/help/en/fnc_config.read.html
%%DATADIR%%/%%VER%%/help/en/fnc_config.readonly.html
%%DATADIR%%/%%VER%%/help/en/fnc_config.section.html
%%DATADIR%%/%%VER%%/help/en/fnc_config.sectionlist.html
%%DATADIR%%/%%VER%%/help/en/fnc_console.html
%%DATADIR%%/%%VER%%/help/en/fnc_context.html
%%DATADIR%%/%%VER%%/help/en/fnc_cr.html
%%DATADIR%%/%%VER%%/help/en/fnc_date.html
%%DATADIR%%/%%VER%%/help/en/fnc_dockwidget.isvisible.html
%%DATADIR%%/%%VER%%/help/en/fnc_features.html
%%DATADIR%%/%%VER%%/help/en/fnc_file.exists.html
%%DATADIR%%/%%VER%%/help/en/fnc_file.extractfilename.html
%%DATADIR%%/%%VER%%/help/en/fnc_file.extractpath.html
%%DATADIR%%/%%VER%%/help/en/fnc_file.fixpath.html
%%DATADIR%%/%%VER%%/help/en/fnc_file.globaldir.html
%%DATADIR%%/%%VER%%/help/en/fnc_file.localdir.html
%%DATADIR%%/%%VER%%/help/en/fnc_file.ps.html
%%DATADIR%%/%%VER%%/help/en/fnc_file.read.html
%%DATADIR%%/%%VER%%/help/en/fnc_file.size.html
%%DATADIR%%/%%VER%%/help/en/fnc_file.type.html
%%DATADIR%%/%%VER%%/help/en/fnc_fmtlink.html
%%DATADIR%%/%%VER%%/help/en/fnc_hextoAscii.html
%%DATADIR%%/%%VER%%/help/en/fnc_hostname.html
%%DATADIR%%/%%VER%%/help/en/fnc_ic.html
%%DATADIR%%/%%VER%%/help/en/fnc_icon.html
%%DATADIR%%/%%VER%%/help/en/fnc_iconname.html
%%DATADIR%%/%%VER%%/help/en/fnc_isMainWindowMinimized.html
%%DATADIR%%/%%VER%%/help/en/fnc_ismehalfop.html
%%DATADIR%%/%%VER%%/help/en/fnc_ismeop.html
%%DATADIR%%/%%VER%%/help/en/fnc_ismeuserop.html
%%DATADIR%%/%%VER%%/help/en/fnc_ismevoice.html
%%DATADIR%%/%%VER%%/help/en/fnc_istimer.html
%%DATADIR%%/%%VER%%/help/en/fnc_iswellknown.html
%%DATADIR%%/%%VER%%/help/en/fnc_k.html
%%DATADIR%%/%%VER%%/help/en/fnc_lag.getalarmtime.html
%%DATADIR%%/%%VER%%/help/en/fnc_lag.getinterval.html
%%DATADIR%%/%%VER%%/help/en/fnc_lf.html
%%DATADIR%%/%%VER%%/help/en/fnc_log.file.html
%%DATADIR%%/%%VER%%/help/en/fnc_mask.hasnumerichost.html
%%DATADIR%%/%%VER%%/help/en/fnc_mask.host.html
%%DATADIR%%/%%VER%%/help/en/fnc_mask.html
%%DATADIR%%/%%VER%%/help/en/fnc_mask.match.html
%%DATADIR%%/%%VER%%/help/en/fnc_mask.nick.html
%%DATADIR%%/%%VER%%/help/en/fnc_mask.user.html
%%DATADIR%%/%%VER%%/help/en/fnc_me.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getchannels.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getfilename.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getfreq.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getlength.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_album.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_artist.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_comment.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_copright.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_crc.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_date.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_emphasis.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_genre.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_layer.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_original.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_title.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_tracknumber.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_version.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getposition.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getrate.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.gettime.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.gettitle.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.ispaused.html
%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.isplaying.html
%%DATADIR%%/%%VER%%/help/en/fnc_msgtype.html
%%DATADIR%%/%%VER%%/help/en/fnc_my.host.html
%%DATADIR%%/%%VER%%/help/en/fnc_my.network.html
%%DATADIR%%/%%VER%%/help/en/fnc_my.nick.html
%%DATADIR%%/%%VER%%/help/en/fnc_my.server.html
%%DATADIR%%/%%VER%%/help/en/fnc_my.umode.html
%%DATADIR%%/%%VER%%/help/en/fnc_my.user.html
%%DATADIR%%/%%VER%%/help/en/fnc_new.html
%%DATADIR%%/%%VER%%/help/en/fnc_o.html
%%DATADIR%%/%%VER%%/help/en/fnc_option.html
%%DATADIR%%/%%VER%%/help/en/fnc_options.isdialog.html
%%DATADIR%%/%%VER%%/help/en/fnc_query.html
%%DATADIR%%/%%VER%%/help/en/fnc_r.html
%%DATADIR%%/%%VER%%/help/en/fnc_rand.html
%%DATADIR%%/%%VER%%/help/en/fnc_regchan.find.html
%%DATADIR%%/%%VER%%/help/en/fnc_regchan.match.html
%%DATADIR%%/%%VER%%/help/en/fnc_regchan.property.html
%%DATADIR%%/%%VER%%/help/en/fnc_reguser.exactmatch.html
%%DATADIR%%/%%VER%%/help/en/fnc_reguser.list.html
%%DATADIR%%/%%VER%%/help/en/fnc_reguser.mask.html
%%DATADIR%%/%%VER%%/help/en/fnc_reguser.match.html
%%DATADIR%%/%%VER%%/help/en/fnc_reguser.matchproperty.html
%%DATADIR%%/%%VER%%/help/en/fnc_reguser.property.html
%%DATADIR%%/%%VER%%/help/en/fnc_selected.html
%%DATADIR%%/%%VER%%/help/en/fnc_server.html
%%DATADIR%%/%%VER%%/help/en/fnc_split.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.append.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.cmp.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.cmpnocase.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.contains.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.containsnocase.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.equal.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.equalnocase.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.find.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.findfirst.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.findfirstnocase.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.findlast.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.findlastnocase.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.insert.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.isempty.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.isnumber.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.isunsignednumber.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.left.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.lefttofirst.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.lefttolast.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.len.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.lowcase.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.match.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.matchnocase.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.mid.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.prepend.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.replace.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.replacenocase.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.right.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.rightfromfirst.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.rightfromlast.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.strip.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.stripleft.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.stripright.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.token.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.upcase.html
%%DATADIR%%/%%VER%%/help/en/fnc_str.word.html
%%DATADIR%%/%%VER%%/help/en/fnc_sw.html
%%DATADIR%%/%%VER%%/help/en/fnc_system.getenv.html
%%DATADIR%%/%%VER%%/help/en/fnc_system.hostname.html
%%DATADIR%%/%%VER%%/help/en/fnc_system.osmachine.html
%%DATADIR%%/%%VER%%/help/en/fnc_system.osname.html
%%DATADIR%%/%%VER%%/help/en/fnc_system.osnodename.html
%%DATADIR%%/%%VER%%/help/en/fnc_system.osrelease.html
%%DATADIR%%/%%VER%%/help/en/fnc_system.ostype.html
%%DATADIR%%/%%VER%%/help/en/fnc_system.osversion.html
%%DATADIR%%/%%VER%%/help/en/fnc_target.html
%%DATADIR%%/%%VER%%/help/en/fnc_this.html
%%DATADIR%%/%%VER%%/help/en/fnc_time.html
%%DATADIR%%/%%VER%%/help/en/fnc_tmphighlight.ishighlighted.html
%%DATADIR%%/%%VER%%/help/en/fnc_toolbar.exists.html
%%DATADIR%%/%%VER%%/help/en/fnc_toolbar.list.html
%%DATADIR%%/%%VER%%/help/en/fnc_u.html
%%DATADIR%%/%%VER%%/help/en/fnc_unixtime.html
%%DATADIR%%/%%VER%%/help/en/fnc_username.html
%%DATADIR%%/%%VER%%/help/en/fnc_version.html
%%DATADIR%%/%%VER%%/help/en/fnc_window.caption.html
%%DATADIR%%/%%VER%%/help/en/fnc_window.console.html
%%DATADIR%%/%%VER%%/help/en/fnc_window.exists.html
%%DATADIR%%/%%VER%%/help/en/fnc_window.hasInput.html
%%DATADIR%%/%%VER%%/help/en/fnc_window.hasOutput.html
%%DATADIR%%/%%VER%%/help/en/fnc_window.hasUserFocus.html
%%DATADIR%%/%%VER%%/help/en/fnc_window.html
%%DATADIR%%/%%VER%%/help/en/fnc_window.isMaximized.html
%%DATADIR%%/%%VER%%/help/en/fnc_window.isMinimized.html
%%DATADIR%%/%%VER%%/help/en/fnc_window.list.html
%%DATADIR%%/%%VER%%/help/en/fnc_window.type.html
%%DATADIR%%/%%VER%%/help/en/helplogoleft.png
%%DATADIR%%/%%VER%%/help/en/helplogoright.png
%%DATADIR%%/%%VER%%/help/en/index.html
%%DATADIR%%/%%VER%%/help/en/module_config.html
%%DATADIR%%/%%VER%%/help/en/module_lamerizer.html
%%DATADIR%%/%%VER%%/help/en/module_log.html
%%DATADIR%%/%%VER%%/help/en/module_mp3player.html
%%DATADIR%%/%%VER%%/help/en/module_reguser.html
%%DATADIR%%/%%VER%%/help/en/module_rijndael.html
%%DATADIR%%/%%VER%%/help/en/module_url.html
%%DATADIR%%/%%VER%%/help/en/widget_ctcpavatarprotooptions.html
%%DATADIR%%/%%VER%%/help/en/widget_ctcpfloodprotectionoptions.html
%%DATADIR%%/%%VER%%/license/COPYING
%%DATADIR%%/%%VER%%/locale/about_de.mo
%%DATADIR%%/%%VER%%/locale/about_es.mo
%%DATADIR%%/%%VER%%/locale/about_it.mo
%%DATADIR%%/%%VER%%/locale/dcc_de.mo
%%DATADIR%%/%%VER%%/locale/dcc_es.mo
%%DATADIR%%/%%VER%%/locale/dcc_it.mo
%%DATADIR%%/%%VER%%/locale/editor_de.mo
%%DATADIR%%/%%VER%%/locale/editor_es.mo
%%DATADIR%%/%%VER%%/locale/editor_it.mo
%%DATADIR%%/%%VER%%/locale/kvirc_de.mo
%%DATADIR%%/%%VER%%/locale/kvirc_es.mo
%%DATADIR%%/%%VER%%/locale/kvirc_fr.mo
%%DATADIR%%/%%VER%%/locale/kvirc_it.mo
%%DATADIR%%/%%VER%%/locale/kvirc_nl.mo
%%DATADIR%%/%%VER%%/locale/kvirc_pl.mo
%%DATADIR%%/%%VER%%/locale/kvirc_pt.mo
%%DATADIR%%/%%VER%%/locale/kvirc_pt_BR.mo
%%DATADIR%%/%%VER%%/locale/kvirc_sr.mo
%%DATADIR%%/%%VER%%/locale/logview_de.mo
%%DATADIR%%/%%VER%%/locale/logview_es.mo
%%DATADIR%%/%%VER%%/locale/logview_it.mo
%%DATADIR%%/%%VER%%/locale/sharedfileswindow_de.mo
%%DATADIR%%/%%VER%%/locale/sharedfileswindow_es.mo
%%DATADIR%%/%%VER%%/locale/sharedfileswindow_it.mo
%%DATADIR%%/%%VER%%/modules/caps/crypt/lamerizer
%%DATADIR%%/%%VER%%/modules/caps/crypt/rijndael
%%DATADIR%%/%%VER%%/modules/caps/serverimport/mircimport
%%DATADIR%%/%%VER%%/modules/caps/tool/filetransferwindow
%%DATADIR%%/%%VER%%/modules/caps/tool/logview
%%DATADIR%%/%%VER%%/modules/caps/tool/sharedfileswindow
%%DATADIR%%/%%VER%%/modules/caps/toolbar/tb_options
%%DATADIR%%/%%VER%%/modules/caps/toolbar/tb_scripting
%%DATADIR%%/%%VER%%/modules/caps/toolbar/tb_winops
%%DATADIR%%/%%VER%%/modules/caps/toolbar/url
%%DATADIR%%/%%VER%%/modules/libkviabout.la
%%DATADIR%%/%%VER%%/modules/libkviabout.so
%%DATADIR%%/%%VER%%/modules/libkvialiaseditor.la
%%DATADIR%%/%%VER%%/modules/libkvialiaseditor.so
%%DATADIR%%/%%VER%%/modules/libkvichan.la
%%DATADIR%%/%%VER%%/modules/libkvichan.so
%%DATADIR%%/%%VER%%/modules/libkvichannelsjoin.la
%%DATADIR%%/%%VER%%/modules/libkvichannelsjoin.so
%%DATADIR%%/%%VER%%/modules/libkviclock.la
%%DATADIR%%/%%VER%%/modules/libkviclock.so
%%DATADIR%%/%%VER%%/modules/libkvicodetester.la
%%DATADIR%%/%%VER%%/modules/libkvicodetester.so
%%DATADIR%%/%%VER%%/modules/libkviconfig.la
%%DATADIR%%/%%VER%%/modules/libkviconfig.so
%%DATADIR%%/%%VER%%/modules/libkvidcc.la
%%DATADIR%%/%%VER%%/modules/libkvidcc.so
%%DATADIR%%/%%VER%%/modules/libkvidialog.la
%%DATADIR%%/%%VER%%/modules/libkvidialog.so
%%DATADIR%%/%%VER%%/modules/libkvidockwidget.la
%%DATADIR%%/%%VER%%/modules/libkvidockwidget.so
%%DATADIR%%/%%VER%%/modules/libkvieditor.la
%%DATADIR%%/%%VER%%/modules/libkvieditor.so
%%DATADIR%%/%%VER%%/modules/libkvieventeditor.la
%%DATADIR%%/%%VER%%/modules/libkvieventeditor.so
%%DATADIR%%/%%VER%%/modules/libkvifile.la
%%DATADIR%%/%%VER%%/modules/libkvifile.so
%%DATADIR%%/%%VER%%/modules/libkvifiletransferwindow.la
%%DATADIR%%/%%VER%%/modules/libkvifiletransferwindow.so
%%DATADIR%%/%%VER%%/modules/libkvihelp.la
%%DATADIR%%/%%VER%%/modules/libkvihelp.so
%%DATADIR%%/%%VER%%/modules/libkvihttp.la
%%DATADIR%%/%%VER%%/modules/libkvihttp.so
%%DATADIR%%/%%VER%%/modules/libkviident.la
%%DATADIR%%/%%VER%%/modules/libkviident.so
%%DATADIR%%/%%VER%%/modules/libkviiograph.la
%%DATADIR%%/%%VER%%/modules/libkviiograph.so
%%DATADIR%%/%%VER%%/modules/libkvilag.la
%%DATADIR%%/%%VER%%/modules/libkvilag.so
%%DATADIR%%/%%VER%%/modules/libkvilamerizer.la
%%DATADIR%%/%%VER%%/modules/libkvilamerizer.so
%%DATADIR%%/%%VER%%/modules/libkvilinks.la
%%DATADIR%%/%%VER%%/modules/libkvilinks.so
%%DATADIR%%/%%VER%%/modules/libkvilist.la
%%DATADIR%%/%%VER%%/modules/libkvilist.so
%%DATADIR%%/%%VER%%/modules/libkvilog.la
%%DATADIR%%/%%VER%%/modules/libkvilog.so
%%DATADIR%%/%%VER%%/modules/libkvilogview.la
%%DATADIR%%/%%VER%%/modules/libkvilogview.so
%%DATADIR%%/%%VER%%/modules/libkvimask.la
%%DATADIR%%/%%VER%%/modules/libkvimask.so
%%DATADIR%%/%%VER%%/modules/libkvimircimport.la
%%DATADIR%%/%%VER%%/modules/libkvimircimport.so
%%DATADIR%%/%%VER%%/modules/libkvimp3player.la
%%DATADIR%%/%%VER%%/modules/libkvimp3player.so
%%DATADIR%%/%%VER%%/modules/libkvimy.la
%%DATADIR%%/%%VER%%/modules/libkvimy.so
%%DATADIR%%/%%VER%%/modules/libkviobjects.la
%%DATADIR%%/%%VER%%/modules/libkviobjects.so
%%DATADIR%%/%%VER%%/modules/libkvioptions.la
%%DATADIR%%/%%VER%%/modules/libkvioptions.so
%%DATADIR%%/%%VER%%/modules/libkvipopupeditor.la
%%DATADIR%%/%%VER%%/modules/libkvipopupeditor.so
%%DATADIR%%/%%VER%%/modules/libkviraweditor.la
%%DATADIR%%/%%VER%%/modules/libkviraweditor.so
%%DATADIR%%/%%VER%%/modules/libkviregchan.la
%%DATADIR%%/%%VER%%/modules/libkviregchan.so
%%DATADIR%%/%%VER%%/modules/libkvireguser.la
%%DATADIR%%/%%VER%%/modules/libkvireguser.so
%%DATADIR%%/%%VER%%/modules/libkvirijndael.la
%%DATADIR%%/%%VER%%/modules/libkvirijndael.so
%%DATADIR%%/%%VER%%/modules/libkvisetup.la
%%DATADIR%%/%%VER%%/modules/libkvisetup.so
%%DATADIR%%/%%VER%%/modules/libkvisharedfile.la
%%DATADIR%%/%%VER%%/modules/libkvisharedfile.so
%%DATADIR%%/%%VER%%/modules/libkvisharedfileswindow.la
%%DATADIR%%/%%VER%%/modules/libkvisharedfileswindow.so
%%DATADIR%%/%%VER%%/modules/libkvisnd.la
%%DATADIR%%/%%VER%%/modules/libkvisnd.so
%%DATADIR%%/%%VER%%/modules/libkvisocketspy.la
%%DATADIR%%/%%VER%%/modules/libkvisocketspy.so
%%DATADIR%%/%%VER%%/modules/libkvispaste.la
%%DATADIR%%/%%VER%%/modules/libkvispaste.so
%%DATADIR%%/%%VER%%/modules/libkvistr.la
%%DATADIR%%/%%VER%%/modules/libkvistr.so
%%DATADIR%%/%%VER%%/modules/libkvisystem.la
%%DATADIR%%/%%VER%%/modules/libkvisystem.so
%%DATADIR%%/%%VER%%/modules/libkvitb_options.la
%%DATADIR%%/%%VER%%/modules/libkvitb_options.so
%%DATADIR%%/%%VER%%/modules/libkvitb_scripting.la
%%DATADIR%%/%%VER%%/modules/libkvitb_scripting.so
%%DATADIR%%/%%VER%%/modules/libkvitb_winops.la
%%DATADIR%%/%%VER%%/modules/libkvitb_winops.so
%%DATADIR%%/%%VER%%/modules/libkviterm.la
%%DATADIR%%/%%VER%%/modules/libkviterm.so
%%DATADIR%%/%%VER%%/modules/libkvitip.la
%%DATADIR%%/%%VER%%/modules/libkvitip.so
%%DATADIR%%/%%VER%%/modules/libkvitmphighlight.la
%%DATADIR%%/%%VER%%/modules/libkvitmphighlight.so
%%DATADIR%%/%%VER%%/modules/libkvitoolbar.la
%%DATADIR%%/%%VER%%/modules/libkvitoolbar.so
%%DATADIR%%/%%VER%%/modules/libkvitoolbareditor.la
%%DATADIR%%/%%VER%%/modules/libkvitoolbareditor.so
%%DATADIR%%/%%VER%%/modules/libkviurl.la
%%DATADIR%%/%%VER%%/modules/libkviurl.so
%%DATADIR%%/%%VER%%/modules/libkviwindow.la
%%DATADIR%%/%%VER%%/modules/libkviwindow.so
%%DATADIR%%/%%VER%%/msgcolors/all-black.msgclr
%%DATADIR%%/%%VER%%/msgcolors/all-gray.msgclr
%%DATADIR%%/%%VER%%/msgcolors/all-green.msgclr
%%DATADIR%%/%%VER%%/msgcolors/all-white.msgclr
%%DATADIR%%/%%VER%%/msgcolors/colored-2.msgclr
%%DATADIR%%/%%VER%%/msgcolors/colored.msgclr
%%DATADIR%%/%%VER%%/msgcolors/default.msgclr
%%DATADIR%%/%%VER%%/msgcolors/heavy-colors.msgclr
%%DATADIR%%/%%VER%%/pics/kvi_activitymeter.png
%%DATADIR%%/%%VER%%/pics/kvi_background.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_actions.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_aliaseditor.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_cascadewindows.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_channels.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_codetester.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_connected.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_connecting.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_disconnected.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_eventeditor.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_folder.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpback.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpclose.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpforward.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpindex.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpsearch.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_identity.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_minimizeallwindows.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_popupeditor.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_raweditor.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_servers.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_settings.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_tilewindows.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_toolbareditor.png
%%DATADIR%%/%%VER%%/pics/kvi_bigicon_tools.png
%%DATADIR%%/%%VER%%/pics/kvi_dccfiletransfericons.png
%%DATADIR%%/%%VER%%/pics/kvi_dock.png
%%DATADIR%%/%%VER%%/pics/kvi_httpicons.png
%%DATADIR%%/%%VER%%/pics/kvi_mircimport.png
%%DATADIR%%/%%VER%%/pics/kvi_setup_label.png
%%DATADIR%%/%%VER%%/pics/kvi_smallicon_00.png
%%DATADIR%%/%%VER%%/pics/kvi_smallicon_01.png
%%DATADIR%%/%%VER%%/pics/kvi_smallicon_02.png
%%DATADIR%%/%%VER%%/pics/kvi_smallicon_03.png
%%DATADIR%%/%%VER%%/pics/kvi_smallicon_04.png
%%DATADIR%%/%%VER%%/pics/kvi_smallicon_05.png
%%DATADIR%%/%%VER%%/pics/kvi_smallicon_06.png
%%DATADIR%%/%%VER%%/pics/kvi_smallicon_07.png
%%DATADIR%%/%%VER%%/pics/kvi_smallicon_08.png
%%DATADIR%%/%%VER%%/pics/kvi_smallicon_09.png
%%DATADIR%%/%%VER%%/pics/kvi_smallicon_10.png
%%DATADIR%%/%%VER%%/pics/kvi_smallicon_11.png
%%DATADIR%%/%%VER%%/pics/kvi_smallicon_12.png
%%DATADIR%%/%%VER%%/pics/kvi_smallicon_13.png
%%DATADIR%%/%%VER%%/pics/kvi_smallicon_14.png
%%DATADIR%%/%%VER%%/pics/kvi_smallicon_15.png
%%DATADIR%%/%%VER%%/pics/kvi_splash.png
%%DATADIR%%/%%VER%%/pics/kvi_tip.png
%%DATADIR%%/%%VER%%/pics/kvi_userchanstate.png
%%DATADIR%%/%%VER%%/themes/default.hires/themedata.kvc
%%DATADIR%%/%%VER%%/themes/default.hires/themeinfo.kvc
%%DATADIR%%/%%VER%%/themes/default.lores/themedata.kvc
%%DATADIR%%/%%VER%%/themes/default.lores/themeinfo.kvc
@dirrm %%DATADIR%%/%%VER%%/themes/default.lores
@dirrm %%DATADIR%%/%%VER%%/themes/default.hires
@dirrm %%DATADIR%%/%%VER%%/themes
@dirrm %%DATADIR%%/%%VER%%/pics
@dirrm %%DATADIR%%/%%VER%%/msgcolors
@dirrm %%DATADIR%%/%%VER%%/modules/caps/toolbar
@dirrm %%DATADIR%%/%%VER%%/modules/caps/tool
@dirrm %%DATADIR%%/%%VER%%/modules/caps/serverimport
@dirrm %%DATADIR%%/%%VER%%/modules/caps/crypt
@dirrm %%DATADIR%%/%%VER%%/modules/caps
@dirrm %%DATADIR%%/%%VER%%/modules
@dirrm %%DATADIR%%/%%VER%%/locale
@dirrm %%DATADIR%%/%%VER%%/license
@dirrm %%DATADIR%%/%%VER%%/help/en
@dirrm %%DATADIR%%/%%VER%%/help
@dirrm %%DATADIR%%/%%VER%%/defscript
@dirrm %%DATADIR%%/%%VER%%/config/modules
@dirrm %%DATADIR%%/%%VER%%/config
@dirrm %%DATADIR%%/%%VER%%
@dirrm %%DATADIR%%
@dirrm include/kvirc/%%VER%%
@dirrm include/kvirc