summaryrefslogtreecommitdiff
path: root/doc/de/autogen/weechat_options.xml
blob: c67f3d06ee8f3861d6d65453c00b74e0751c8242 (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
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
<?xml version="1.0" encoding="UTF-8"?>
<!--
     ********* WARNING! *********

     This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
     docgen.pl builds XML doc files to include in many languages
-->

<command>weechat.color.bar_more</command>: text color for '+' when scrolling bars
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: lightmagenta)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat</command>: text color for chat
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: default)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_bg</command>: background color for chat
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: default)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_buffer</command>: text color for buffer names
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: white)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_channel</command>: text color for channel names
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: white)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_delimiters</command>: text color for delimiters
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: green)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_highlight</command>: text color for highlighted prefix
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: yellow)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_highlight_bg</command>: background color for highlighted prefix
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: magenta)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_host</command>: text color for hostnames
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: cyan)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_nick</command>: text color for nicks in chat window
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: lightcyan)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_nick_color01</command>: text color #1 for nick
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: cyan)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_nick_color02</command>: text color #2 for nick
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: magenta)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_nick_color03</command>: text color #3 for nick
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: green)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_nick_color04</command>: text color #4 for nick
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: brown)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_nick_color05</command>: text color #5 for nick
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: lightblue)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_nick_color06</command>: text color #6 for nick
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: default)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_nick_color07</command>: text color #7 for nick
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: lightcyan)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_nick_color08</command>: text color #8 for nick
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: lightmagenta)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_nick_color09</command>: text color #9 for nick
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: lightgreen)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_nick_color10</command>: text color #10 for nick
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: blue)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_nick_other</command>: text color for other nick in private buffer
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: cyan)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_nick_self</command>: text color for local nick in chat window
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: white)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_prefix_action</command>: text color for action prefix
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: white)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_prefix_error</command>: text color for error prefix
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: yellow)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_prefix_join</command>: text color for join prefix
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: lightgreen)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_prefix_more</command>: text color for '+' when prefix is too long
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: lightmagenta)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_prefix_network</command>: text color for network prefix
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: magenta)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_prefix_quit</command>: text color for quit prefix
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: lightred)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_prefix_suffix</command>: text color for suffix (after prefix)
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: green)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_read_marker</command>: text color for unread data marker
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: magenta)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_read_marker_bg</command>: background color for unread data marker
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: default)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_server</command>: text color for server names
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: brown)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_text_found</command>: text color for marker on lines where text sought is found
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: yellow)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_text_found_bg</command>: background color for marker on lines where text sought is found
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: lightmagenta)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_time</command>: text color for time in chat window
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: default)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_time_delimiters</command>: text color for time delimiters
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: brown)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.chat_value</command>: text color for values
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: cyan)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.input_actions</command>: text color for actions in input line
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: lightgreen)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.input_nick</command>: text color for nick name in input line
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: lightcyan)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.input_text_not_found</command>: text color for unsucessful text search in input line
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: red)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.nicklist_away</command>: text color for away nicknames
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: cyan)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.nicklist_group</command>: text color for groups in nicklist
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: green)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.nicklist_more</command>: text color for '+' when scrolling nicks in nicklist
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: lightmagenta)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.nicklist_prefix1</command>: text color for prefix #1 in nicklist
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: lightgreen)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.nicklist_prefix2</command>: text color for prefix #2 in nicklist
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: lightmagenta)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.nicklist_prefix3</command>: text color for prefix #3 in nicklist
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: yellow)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.nicklist_prefix4</command>: text color for prefix #4 in nicklist
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: blue)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.nicklist_prefix5</command>: text color for prefix #5 in nicklist
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: brown)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.nicklist_separator</command>: text color for nicklist separator
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: blue)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.separator</command>: background color for window separators (when split)
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: blue)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.status_data_highlight</command>: text color for buffer with highlight (status bar)
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: lightmagenta)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.status_data_msg</command>: text color for buffer with new messages (status bar)
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: yellow)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.status_data_other</command>: text color for buffer with new data (not messages) (status bar)
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: default)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.status_data_private</command>: text color for buffer with private message (status bar)
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: lightgreen)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.status_more</command>: text color for buffer with new data (status bar)
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: yellow)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.status_name</command>: text color for current buffer name in status bar
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: white)</para>
  </listitem>
</itemizedlist>

<command>weechat.color.status_number</command>: text color for current buffer number in status bar
<itemizedlist>
  <listitem>
    <para>type: color</para>
  </listitem>
  <listitem>
    <para>values: a color name (default value: yellow)</para>
  </listitem>
</itemizedlist>

<command>weechat.completion.default_template</command>: default completion template (please see documentation for template codes and values)
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: '%(nicks)|%(irc_channels)')</para>
  </listitem>
</itemizedlist>

<command>weechat.completion.nick_add_space</command>: add space after nick completion (when nick is not first word on command line)
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: on)</para>
  </listitem>
</itemizedlist>

<command>weechat.completion.nick_completor</command>: string inserted after nick completion
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: ':')</para>
  </listitem>
</itemizedlist>

<command>weechat.completion.nick_first_only</command>: nur mit dem ersten, passenden Nicknamen vervollständigen
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: off)</para>
  </listitem>
</itemizedlist>

<command>weechat.completion.nick_ignore_chars</command>: Zeichen, die bei der Nickvervollständigung ignoriert werden
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: '[]-^')</para>
  </listitem>
</itemizedlist>

<command>weechat.completion.partial_completion_alert</command>: alert user when a partial completion occurs
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: on)</para>
  </listitem>
</itemizedlist>

<command>weechat.completion.partial_completion_command</command>: partially complete command names (stop when many commands found begin with same letters)
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: off)</para>
  </listitem>
</itemizedlist>

<command>weechat.completion.partial_completion_command_arg</command>: partially complete command arguments (stop when many arguments found begin with same prefix)
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: off)</para>
  </listitem>
</itemizedlist>

<command>weechat.completion.partial_completion_count</command>: display count for each partial completion in bar item
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: on)</para>
  </listitem>
</itemizedlist>

<command>weechat.completion.partial_completion_other</command>: partially complete outside commands (stop when many words found begin with same letters)
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: off)</para>
  </listitem>
</itemizedlist>

<command>weechat.history.display_default</command>: maximale Anzahl der angezeigten Befehle im Verlauf (0: unbegrenzt)
<itemizedlist>
  <listitem>
    <para>type: integer</para>
  </listitem>
  <listitem>
    <para>values: 0 .. 2147483647 (default value: 5)</para>
  </listitem>
</itemizedlist>

<command>weechat.history.max_commands</command>: maximale Anzahl an Befehlen im Verlauf (0: kein Limit)
<itemizedlist>
  <listitem>
    <para>type: integer</para>
  </listitem>
  <listitem>
    <para>values: 0 .. 2147483647 (default value: 100)</para>
  </listitem>
</itemizedlist>

<command>weechat.history.max_lines</command>: maximum number of lines in history per buffer (0 = unlimited)
<itemizedlist>
  <listitem>
    <para>type: integer</para>
  </listitem>
  <listitem>
    <para>values: 0 .. 2147483647 (default value: 4096)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.buffer_notify_default</command>: default notify level for buffers (used to tell WeeChat if buffer must be displayed in hotlist or not, according to importance of message)
<itemizedlist>
  <listitem>
    <para>type: integer</para>
  </listitem>
  <listitem>
    <para>values: none, highlight, message, all (default value: all)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.buffer_time_format</command>: time format for buffers
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: '%H:%M:%S')</para>
  </listitem>
</itemizedlist>

<command>weechat.look.color_nicks_number</command>: Anzahl der für Nicknames zu benutzenden Farben
<itemizedlist>
  <listitem>
    <para>type: integer</para>
  </listitem>
  <listitem>
    <para>values: 1 .. 10 (default value: 10)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.color_real_white</command>: wenn gesetzt, benutze echtes Weiß, als Voreinstellung jedoch für Terminals mit weißem Hintergrund deaktiviert (solltest du niemals einen weißen Hintergrund benutzen, solltest du diese Option aktivieren um ein echtes Weiß anstelle der voreingestellten Terminal Vordergrundfarbe zu bekommen)
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: off)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.day_change</command>: spezielle Nachricht anzeigen, wenn ein neuer Tag beginnt
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: on)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.day_change_time_format</command>: time format for date displayed when day changed
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: '%a, %d %b %Y')</para>
  </listitem>
</itemizedlist>

<command>weechat.look.highlight</command>: durch Kommata getrennte Liste der hervorzuhebenden Wörter (Groß-/Kleinschreibung wird nicht beachtet, die Wörter können mit "*" als Joker beginnen oder enden)
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: '')</para>
  </listitem>
</itemizedlist>

<command>weechat.look.hotlist_names_count</command>: Maximale Anzahl an Namen in der Hotlist (0 = keine Namen, nur Puffernummern)
<itemizedlist>
  <listitem>
    <para>type: integer</para>
  </listitem>
  <listitem>
    <para>values: 0 .. 32 (default value: 3)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.hotlist_names_length</command>: maximale Länge der Namen in der Hotlist (0: kein Limit)
<itemizedlist>
  <listitem>
    <para>type: integer</para>
  </listitem>
  <listitem>
    <para>values: 0 .. 32 (default value: 0)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.hotlist_names_level</command>: Level für Namensanzeige in der Hotlist (Kombination von: 1=join/part, 2=Nachricht, 4=Query, 8=Highlight, z.B. 12=Query+Highlight)
<itemizedlist>
  <listitem>
    <para>type: integer</para>
  </listitem>
  <listitem>
    <para>values: 1 .. 15 (default value: 12)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.hotlist_short_names</command>: if set, uses short names to display buffer names in hotlist (start after first '.' in name)
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: on)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.hotlist_sort</command>: hotlist sort type (group_time_asc (default), group_time_desc, group_number_asc, group_number_desc, number_asc, number_desc)
<itemizedlist>
  <listitem>
    <para>type: integer</para>
  </listitem>
  <listitem>
    <para>values: group_time_asc, group_time_desc, group_number_asc, group_number_desc, number_asc, number_desc (default value: group_time_asc)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.item_time_format</command>: time format for "time" bar item
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: '%H:%M')</para>
  </listitem>
</itemizedlist>

<command>weechat.look.jump_current_to_previous_buffer</command>: jump to previous buffer displayed when jumping to current buffer number (to easily switch to another buffer, then come back to current buffer)
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: on)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.nickmode</command>: Nickmode (@%+) vorm Nickname anzeigen
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: on)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.nickmode_empty</command>: Leerzeichen anzeigen wenn Nickmode nicht @%+ ist
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: off)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.paste_max_lines</command>: max number of lines for paste without asking user (0 = disable this feature)
<itemizedlist>
  <listitem>
    <para>type: integer</para>
  </listitem>
  <listitem>
    <para>values: 0 .. 2147483647 (default value: 3)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.prefix_action</command>: prefix for action messages
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: ' *')</para>
  </listitem>
</itemizedlist>

<command>weechat.look.prefix_align</command>: prefix alignment (none, left, right (default))
<itemizedlist>
  <listitem>
    <para>type: integer</para>
  </listitem>
  <listitem>
    <para>values: none, left, right (default value: right)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.prefix_align_max</command>: max size for prefix (0 = no max size)
<itemizedlist>
  <listitem>
    <para>type: integer</para>
  </listitem>
  <listitem>
    <para>values: 0 .. 64 (default value: 0)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.prefix_error</command>: prefix for error messages
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: '=!=')</para>
  </listitem>
</itemizedlist>

<command>weechat.look.prefix_join</command>: prefix for join messages
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: '--&gt;')</para>
  </listitem>
</itemizedlist>

<command>weechat.look.prefix_network</command>: prefix for network messages
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: '--')</para>
  </listitem>
</itemizedlist>

<command>weechat.look.prefix_quit</command>: prefix for quit messages
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: '&lt;--')</para>
  </listitem>
</itemizedlist>

<command>weechat.look.prefix_suffix</command>: string displayed after prefix
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: '|')</para>
  </listitem>
</itemizedlist>

<command>weechat.look.read_marker</command>: use a marker (line or char) on buffers to show first unread line
<itemizedlist>
  <listitem>
    <para>type: integer</para>
  </listitem>
  <listitem>
    <para>values: none, line, dotted-line, char (default value: dotted-line)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.save_config_on_exit</command>: save configuration file on exit
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: on)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.save_layout_on_exit</command>: save layout on exit (buffers, windows, or both)
<itemizedlist>
  <listitem>
    <para>type: integer</para>
  </listitem>
  <listitem>
    <para>values: none, buffers, windows, all (default value: all)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.scroll_amount</command>: Anzahl der zu scrollenden Zeilen bei Bild-Hoch- und Bild-Runter-Taste
<itemizedlist>
  <listitem>
    <para>type: integer</para>
  </listitem>
  <listitem>
    <para>values: 1 .. 2147483647 (default value: 3)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.scroll_page_percent</command>: percent of screen to scroll when scrolling one page up or down (for example 100 means one page, 50 half-page)
<itemizedlist>
  <listitem>
    <para>type: integer</para>
  </listitem>
  <listitem>
    <para>values: 1 .. 100 (default value: 100)</para>
  </listitem>
</itemizedlist>

<command>weechat.look.set_title</command>: Fenstertitel setzen (oder Terminaltitel im Curses-GUI) mit Name und Version
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: on)</para>
  </listitem>
</itemizedlist>

<command>weechat.network.gnutls_dh_prime_bitsmax_lines</command>: minimum size in bits for handshake using Diffie Hellman key exchange
<itemizedlist>
  <listitem>
    <para>type: integer</para>
  </listitem>
  <listitem>
    <para>values: 0 .. 2147483647 (default value: 512)</para>
  </listitem>
</itemizedlist>

<command>weechat.plugin.autoload</command>: comma separated list of plugins to load automatically at startup, "*" means all plugins found (names may be partial, for example "perl" is ok for "perl.so")
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: '*')</para>
  </listitem>
</itemizedlist>

<command>weechat.plugin.debug</command>: enable debug messages by default in all plugins (option disabled by default, which is highly recommended)
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: off)</para>
  </listitem>
</itemizedlist>

<command>weechat.plugin.extension</command>: standard plugins extension in filename (for example ".so" under Linux or ".dll" under Microsoft Windows)
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: '.so')</para>
  </listitem>
</itemizedlist>

<command>weechat.plugin.path</command>: Suchpfad für WeeChat-Plugins ('%h' wird durch das WeeChat-Basisiverzeichnis ersetzt, voreingestellt ist ~/.weechat)
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: '%h/plugins')</para>
  </listitem>
</itemizedlist>

<command>weechat.plugin.save_config_on_unload</command>: save configuration files when unloading plugins
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: on)</para>
  </listitem>
</itemizedlist>

<command>weechat.startup.command_after_plugins</command>: command executed when WeeChat starts, after loading plugins
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: '')</para>
  </listitem>
</itemizedlist>

<command>weechat.startup.command_before_plugins</command>: command executed when WeeChat starts, before loading plugins
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: '')</para>
  </listitem>
</itemizedlist>

<command>weechat.startup.display_logo</command>: WeeChat-Logo beim Start anzeigen
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: on)</para>
  </listitem>
</itemizedlist>

<command>weechat.startup.display_version</command>: WeeChat-Version beim Start anzeigen
<itemizedlist>
  <listitem>
    <para>type: boolean</para>
  </listitem>
  <listitem>
    <para>values: on, off (default value: on)</para>
  </listitem>
</itemizedlist>

<command>weechat.startup.weechat_slogan</command>: WeeChat-Slogan (wenn leer, wird keiner benutzt)
<itemizedlist>
  <listitem>
    <para>type: string</para>
  </listitem>
  <listitem>
    <para>values: any string (default value: 'le client de discussion le plus geek !')</para>
  </listitem>
</itemizedlist>