summaryrefslogtreecommitdiff
path: root/chat/bitchx/pkg/PLIST
blob: 5a2e80d148c392b799bf5926dddfb97062c46f75 (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
@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/15 23:16:38 wiz Exp $
bin/BitchX
bin/BitchX-1.0c17
bin/scr-bx
lib/bx/translation/ASCII
lib/bx/translation/CP437
lib/bx/translation/CP850
lib/bx/translation/DANISH
lib/bx/translation/DEC_MCS
lib/bx/translation/DG_MCS
lib/bx/translation/DUTCH
lib/bx/translation/FINNISH
lib/bx/translation/FRENCH
lib/bx/translation/FRENCH_CANADIAN
lib/bx/translation/GERMAN
lib/bx/translation/HP_MCS
lib/bx/translation/IRV
lib/bx/translation/ITALIAN
lib/bx/translation/JIS
lib/bx/translation/MACINTOSH
lib/bx/translation/NEXT
lib/bx/translation/NORWEGIAN_1
lib/bx/translation/NORWEGIAN_2
lib/bx/translation/POLISH
lib/bx/translation/POLISH_NOPL
lib/bx/translation/PORTUGUESE
lib/bx/translation/PORTUGUESE_COM
lib/bx/translation/RUSSIAN
lib/bx/translation/RUSSIAN_ALT
lib/bx/translation/RUSSIAN_WIN
lib/bx/translation/SPANISH
lib/bx/translation/SWEDISH
lib/bx/translation/SWEDISH_NAMES
lib/bx/translation/SWEDISH_NAMES_COM
lib/bx/translation/SWISS
lib/bx/translation/UNITED_KINGDOM
lib/bx/translation/UNITED_KINGDOM_COM
lib/bx/script/actplug.gmz
lib/bx/script/bxglobal
lib/bx/script/bxtcl.tcl
lib/bx/script/example-.bitchxrc
lib/bx/script/file.tcl
lib/bx/script/fserve+vfs.tar.gz
lib/bx/script/menu.bx
lib/bx/script/query.bx
lib/bx/help/5_Programming/on/channel_nick
lib/bx/help/5_Programming/on/action
lib/bx/help/5_Programming/on/channel_signoff
lib/bx/help/5_Programming/on/connect
lib/bx/help/5_Programming/on/ctcp
lib/bx/help/5_Programming/on/ctcp_reply
lib/bx/help/5_Programming/on/dcc_chat
lib/bx/help/5_Programming/on/dcc_connect
lib/bx/help/5_Programming/on/dcc_list
lib/bx/help/5_Programming/on/dcc_lost
lib/bx/help/5_Programming/on/dcc_offer
lib/bx/help/5_Programming/on/dcc_raw
lib/bx/help/5_Programming/on/dcc_request
lib/bx/help/5_Programming/on/disconnect
lib/bx/help/5_Programming/on/encrypted_notice
lib/bx/help/5_Programming/on/encrypted_privmsg
lib/bx/help/5_Programming/on/exec
lib/bx/help/5_Programming/on/exec_errors
lib/bx/help/5_Programming/on/exec_exit
lib/bx/help/5_Programming/on/exec_prompt
lib/bx/help/5_Programming/on/exit
lib/bx/help/5_Programming/on/flood
lib/bx/help/5_Programming/on/help
lib/bx/help/5_Programming/on/hook
lib/bx/help/5_Programming/on/idle
lib/bx/help/5_Programming/on/input
lib/bx/help/5_Programming/on/invite
lib/bx/help/5_Programming/on/join
lib/bx/help/5_Programming/on/kick
lib/bx/help/5_Programming/on/kill
lib/bx/help/5_Programming/on/leave
lib/bx/help/5_Programming/on/list
lib/bx/help/5_Programming/on/mail
lib/bx/help/5_Programming/on/mode
lib/bx/help/5_Programming/on/mode_stripped
lib/bx/help/5_Programming/on/msg
lib/bx/help/5_Programming/on/msg_group
lib/bx/help/5_Programming/on/names
lib/bx/help/5_Programming/on/nickname
lib/bx/help/5_Programming/on/note
lib/bx/help/5_Programming/on/notice
lib/bx/help/5_Programming/on/notify_signoff
lib/bx/help/5_Programming/on/notify_signon
lib/bx/help/5_Programming/on/odd_server_stuff
lib/bx/help/5_Programming/on/on
lib/bx/help/5_Programming/on/oper_notice
lib/bx/help/5_Programming/on/pong
lib/bx/help/5_Programming/on/public
lib/bx/help/5_Programming/on/public_msg
lib/bx/help/5_Programming/on/public_notice
lib/bx/help/5_Programming/on/public_other
lib/bx/help/5_Programming/on/raw_irc
lib/bx/help/5_Programming/on/redirect
lib/bx/help/5_Programming/on/send_action
lib/bx/help/5_Programming/on/send_ctcp
lib/bx/help/5_Programming/on/send_msg
lib/bx/help/5_Programming/on/send_dcc_chat
lib/bx/help/5_Programming/on/send_notice
lib/bx/help/5_Programming/on/send_public
lib/bx/help/5_Programming/on/send_to_server
lib/bx/help/5_Programming/on/server_lost
lib/bx/help/5_Programming/on/server_notice
lib/bx/help/5_Programming/on/set
lib/bx/help/5_Programming/on/signoff
lib/bx/help/5_Programming/on/silence
lib/bx/help/5_Programming/on/status_update
lib/bx/help/5_Programming/on/timer
lib/bx/help/5_Programming/on/topic
lib/bx/help/5_Programming/on/unload
lib/bx/help/5_Programming/on/wall
lib/bx/help/5_Programming/on/wallop
lib/bx/help/5_Programming/on/who
lib/bx/help/5_Programming/on/widelist
lib/bx/help/5_Programming/on/window
lib/bx/help/5_Programming/on/window_create
lib/bx/help/5_Programming/on/window_kill
lib/bx/help/5_Programming/on/yell
lib/bx/help/5_Programming/alias
lib/bx/help/5_Programming/assign
lib/bx/help/5_Programming/blah
lib/bx/help/5_Programming/bless
lib/bx/help/5_Programming/break
lib/bx/help/5_Programming/call
lib/bx/help/5_Programming/comment
lib/bx/help/5_Programming/continue
lib/bx/help/5_Programming/do
lib/bx/help/5_Programming/dump
lib/bx/help/5_Programming/echo
lib/bx/help/5_Programming/eval
lib/bx/help/5_Programming/exec
lib/bx/help/5_Programming/fe
lib/bx/help/5_Programming/fec
lib/bx/help/5_Programming/filedialog
lib/bx/help/5_Programming/fontdialog
lib/bx/help/5_Programming/for
lib/bx/help/5_Programming/foreach
lib/bx/help/5_Programming/hook
lib/bx/help/5_Programming/if
lib/bx/help/5_Programming/input
lib/bx/help/5_Programming/load
lib/bx/help/5_Programming/loaddll
lib/bx/help/5_Programming/loadtcl
lib/bx/help/5_Programming/local
lib/bx/help/5_Programming/menu
lib/bx/help/5_Programming/package
lib/bx/help/5_Programming/menuitem
lib/bx/help/5_Programming/parsekey
lib/bx/help/5_Programming/pmpaste
lib/bx/help/5_Programming/pop
lib/bx/help/5_Programming/popupmenu
lib/bx/help/5_Programming/popupmsg
lib/bx/help/5_Programming/pretend
lib/bx/help/5_Programming/properties
lib/bx/help/5_Programming/push
lib/bx/help/5_Programming/queue
lib/bx/help/5_Programming/quote
lib/bx/help/5_Programming/redirect
lib/bx/help/5_Programming/repeat
lib/bx/help/5_Programming/return
lib/bx/help/5_Programming/save
lib/bx/help/5_Programming/saveirc
lib/bx/help/5_Programming/send
lib/bx/help/5_Programming/sendline
lib/bx/help/5_Programming/setenv
lib/bx/help/5_Programming/shook
lib/bx/help/5_Programming/sleep
lib/bx/help/5_Programming/stack
lib/bx/help/5_Programming/stub
lib/bx/help/5_Programming/submenu
lib/bx/help/5_Programming/switch
lib/bx/help/5_Programming/timer
lib/bx/help/5_Programming/type
lib/bx/help/5_Programming/unload
lib/bx/help/5_Programming/unshift
lib/bx/help/5_Programming/usleep
lib/bx/help/5_Programming/wait
lib/bx/help/5_Programming/while
lib/bx/help/5_Programming/xecho
lib/bx/help/5_Programming/xeval
lib/bx/help/5_Programming/xtype
lib/bx/help/5_Programming/5_Programming
lib/bx/help/2_Queries/2_Queries
lib/bx/help/2_Queries/admin
lib/bx/help/2_Queries/flush
lib/bx/help/2_Queries/info
lib/bx/help/2_Queries/ison
lib/bx/help/2_Queries/links
lib/bx/help/2_Queries/list
lib/bx/help/2_Queries/lusers
lib/bx/help/2_Queries/map
lib/bx/help/2_Queries/motd
lib/bx/help/2_Queries/n
lib/bx/help/2_Queries/names
lib/bx/help/2_Queries/sc
lib/bx/help/2_Queries/scan
lib/bx/help/2_Queries/scanf
lib/bx/help/2_Queries/scani
lib/bx/help/2_Queries/scann
lib/bx/help/2_Queries/scano
lib/bx/help/2_Queries/scans
lib/bx/help/2_Queries/scanv
lib/bx/help/2_Queries/stats
lib/bx/help/2_Queries/time
lib/bx/help/2_Queries/trace
lib/bx/help/2_Queries/userhost
lib/bx/help/2_Queries/userip
lib/bx/help/2_Queries/users
lib/bx/help/2_Queries/version
lib/bx/help/2_Queries/who
lib/bx/help/2_Queries/whois
lib/bx/help/2_Queries/whowas
lib/bx/help/2_Queries/wi
lib/bx/help/2_Queries/wii
lib/bx/help/2_Queries/wilc
lib/bx/help/2_Queries/wilcr
lib/bx/help/2_Queries/wilm
lib/bx/help/2_Queries/wiln
lib/bx/help/2_Queries/ww
lib/bx/help/3_Operators/3_Operators
lib/bx/help/3_Operators/connect
lib/bx/help/3_Operators/deoper
lib/bx/help/3_Operators/die
lib/bx/help/3_Operators/dline
lib/bx/help/3_Operators/hash
lib/bx/help/3_Operators/helpop
lib/bx/help/3_Operators/helpserv
lib/bx/help/3_Operators/kill
lib/bx/help/3_Operators/kline
lib/bx/help/3_Operators/locop
lib/bx/help/3_Operators/oper
lib/bx/help/3_Operators/rehash
lib/bx/help/3_Operators/restart
lib/bx/help/3_Operators/rping
lib/bx/help/3_Operators/sping
lib/bx/help/3_Operators/squit
lib/bx/help/3_Operators/swallop
lib/bx/help/3_Operators/tkline
lib/bx/help/3_Operators/unkline
lib/bx/help/3_Operators/uping
lib/bx/help/3_Operators/wallops
lib/bx/help/4_Misc/bind/backspace
lib/bx/help/4_Misc/bind/backward_character
lib/bx/help/4_Misc/bind/backward_history
lib/bx/help/4_Misc/bind/backward_word
lib/bx/help/4_Misc/bind/beginning_of_line
lib/bx/help/4_Misc/bind/bind
lib/bx/help/4_Misc/bind/blink
lib/bx/help/4_Misc/bind/bold
lib/bx/help/4_Misc/bind/clear_screen
lib/bx/help/4_Misc/bind/command_completion
lib/bx/help/4_Misc/bind/delete_character
lib/bx/help/4_Misc/bind/delete_next_word
lib/bx/help/4_Misc/bind/delete_previous_word
lib/bx/help/4_Misc/bind/delete_to_previous_space
lib/bx/help/4_Misc/bind/end_of_line
lib/bx/help/4_Misc/bind/enter_digraph
lib/bx/help/4_Misc/bind/enter_menu
lib/bx/help/4_Misc/bind/erase_line
lib/bx/help/4_Misc/bind/erase_to_beg_of_line
lib/bx/help/4_Misc/bind/erase_to_end_of_line
lib/bx/help/4_Misc/bind/forward_character
lib/bx/help/4_Misc/bind/forward_history
lib/bx/help/4_Misc/bind/forward_word
lib/bx/help/4_Misc/bind/highlight_off
lib/bx/help/4_Misc/bind/meta1_character
lib/bx/help/4_Misc/bind/meta4_character
lib/bx/help/4_Misc/bind/next_window
lib/bx/help/4_Misc/bind/nothing
lib/bx/help/4_Misc/bind/parse_command
lib/bx/help/4_Misc/bind/paste_to_input
lib/bx/help/4_Misc/bind/previous_window
lib/bx/help/4_Misc/bind/quit_irc
lib/bx/help/4_Misc/bind/quote_character
lib/bx/help/4_Misc/bind/refresh_inputline
lib/bx/help/4_Misc/bind/refresh_screen
lib/bx/help/4_Misc/bind/reverse
lib/bx/help/4_Misc/bind/scroll_backward
lib/bx/help/4_Misc/bind/scroll_end
lib/bx/help/4_Misc/bind/scroll_forward
lib/bx/help/4_Misc/bind/scroll_start
lib/bx/help/4_Misc/bind/self_insert
lib/bx/help/4_Misc/bind/send_line
lib/bx/help/4_Misc/bind/stop_irc
lib/bx/help/4_Misc/bind/shove_to_history
lib/bx/help/4_Misc/bind/swap_last_window
lib/bx/help/4_Misc/bind/swap_next_window
lib/bx/help/4_Misc/bind/swap_previous_window
lib/bx/help/4_Misc/bind/switch_channels
lib/bx/help/4_Misc/bind/toggle_insert_mode
lib/bx/help/4_Misc/bind/toggle_stop_screen
lib/bx/help/4_Misc/bind/transpose_characters
lib/bx/help/4_Misc/bind/type_text
lib/bx/help/4_Misc/bind/unclear_screen
lib/bx/help/4_Misc/bind/underline
lib/bx/help/4_Misc/bind/unstop_all_windows
lib/bx/help/4_Misc/bind/yank_from_cutbuffer
lib/bx/help/4_Misc/window/back
lib/bx/help/4_Misc/window/add
lib/bx/help/4_Misc/window/beep_always
lib/bx/help/4_Misc/window/balance
lib/bx/help/4_Misc/window/hide_others
lib/bx/help/4_Misc/window/bind
lib/bx/help/4_Misc/window/channel
lib/bx/help/4_Misc/window/create
lib/bx/help/4_Misc/window/delete
lib/bx/help/4_Misc/window/discon
lib/bx/help/4_Misc/window/double
lib/bx/help/4_Misc/window/echo
lib/bx/help/4_Misc/window/fixed
lib/bx/help/4_Misc/window/font
lib/bx/help/4_Misc/window/goto
lib/bx/help/4_Misc/window/grow
lib/bx/help/4_Misc/window/hide
lib/bx/help/4_Misc/window/hold_mode
lib/bx/help/4_Misc/window/kill
lib/bx/help/4_Misc/window/kill_others
lib/bx/help/4_Misc/window/killswap
lib/bx/help/4_Misc/window/last
lib/bx/help/4_Misc/window/lastlog
lib/bx/help/4_Misc/window/lastlog_level
lib/bx/help/4_Misc/window/level
lib/bx/help/4_Misc/window/list
lib/bx/help/4_Misc/window/log
lib/bx/help/4_Misc/window/logfile
lib/bx/help/4_Misc/window/menu
lib/bx/help/4_Misc/window/move
lib/bx/help/4_Misc/window/name
lib/bx/help/4_Misc/window/new
lib/bx/help/4_Misc/window/next
lib/bx/help/4_Misc/window/noserv
lib/bx/help/4_Misc/window/notify
lib/bx/help/4_Misc/window/notify_level
lib/bx/help/4_Misc/window/number
lib/bx/help/4_Misc/window/pop
lib/bx/help/4_Misc/window/previous
lib/bx/help/4_Misc/window/prompt
lib/bx/help/4_Misc/window/push
lib/bx/help/4_Misc/window/query
lib/bx/help/4_Misc/window/refnum
lib/bx/help/4_Misc/window/remove
lib/bx/help/4_Misc/window/scratch
lib/bx/help/4_Misc/window/scroll
lib/bx/help/4_Misc/window/server
lib/bx/help/4_Misc/window/setwindowpos
lib/bx/help/4_Misc/window/show
lib/bx/help/4_Misc/window/shrink
lib/bx/help/4_Misc/window/size
lib/bx/help/4_Misc/window/skip
lib/bx/help/4_Misc/window/stack
lib/bx/help/4_Misc/window/status_special
lib/bx/help/4_Misc/window/swap
lib/bx/help/4_Misc/window/unbind
lib/bx/help/4_Misc/window/window
lib/bx/help/4_Misc/set/always_split_biggest
lib/bx/help/4_Misc/set/auto_new_nick
lib/bx/help/4_Misc/set/auto_reconnect_delay
lib/bx/help/4_Misc/set/auto_rejoin
lib/bx/help/4_Misc/set/auto_rejoin_delay
lib/bx/help/4_Misc/set/auto_unmark_away
lib/bx/help/4_Misc/set/auto_whowas
lib/bx/help/4_Misc/set/banner
lib/bx/help/4_Misc/set/banner_expand
lib/bx/help/4_Misc/set/beep
lib/bx/help/4_Misc/set/beep_max
lib/bx/help/4_Misc/set/beep_on_msg
lib/bx/help/4_Misc/set/beep_when_away
lib/bx/help/4_Misc/set/blink_video
lib/bx/help/4_Misc/set/bold_video
lib/bx/help/4_Misc/set/channel_name_width
lib/bx/help/4_Misc/set/client_information
lib/bx/help/4_Misc/set/clock
lib/bx/help/4_Misc/set/clock_24hour
lib/bx/help/4_Misc/set/clock_alarm
lib/bx/help/4_Misc/set/color
lib/bx/help/4_Misc/set/clock_format
lib/bx/help/4_Misc/set/cmdchars
lib/bx/help/4_Misc/set/command_mode
lib/bx/help/4_Misc/set/comment_hack
lib/bx/help/4_Misc/set/connect_timeout
lib/bx/help/4_Misc/set/continued_line
lib/bx/help/4_Misc/set/cpu_saver_after
lib/bx/help/4_Misc/set/cpu_saver_every
lib/bx/help/4_Misc/set/current_window_level
lib/bx/help/4_Misc/set/dcc_auto_timeout
lib/bx/help/4_Misc/set/dcc_long_pathnames
lib/bx/help/4_Misc/set/dcc_sliding_window
lib/bx/help/4_Misc/set/dcc_store_path
lib/bx/help/4_Misc/set/debug
lib/bx/help/4_Misc/set/dispatch_unknown_command
lib/bx/help/4_Misc/set/display
lib/bx/help/4_Misc/set/display_ansi
lib/bx/help/4_Misc/set/do_notify_immediately
lib/bx/help/4_Misc/set/eight_bit_characters
lib/bx/help/4_Misc/set/encrypt_program
lib/bx/help/4_Misc/set/floating_point_math
lib/bx/help/4_Misc/set/log
lib/bx/help/4_Misc/set/flood_after
lib/bx/help/4_Misc/set/flood_rate
lib/bx/help/4_Misc/set/flood_users
lib/bx/help/4_Misc/set/flood_warning
lib/bx/help/4_Misc/set/full_status_line
lib/bx/help/4_Misc/set/help_pager
lib/bx/help/4_Misc/set/help_path
lib/bx/help/4_Misc/set/help_prompt
lib/bx/help/4_Misc/set/help_window
lib/bx/help/4_Misc/set/hide_private_channels
lib/bx/help/4_Misc/set/high_bit_escape
lib/bx/help/4_Misc/set/highlight_char
lib/bx/help/4_Misc/set/history
lib/bx/help/4_Misc/set/history_file
lib/bx/help/4_Misc/set/hold_mode
lib/bx/help/4_Misc/set/indent
lib/bx/help/4_Misc/set/input_aliases
lib/bx/help/4_Misc/set/input_prompt
lib/bx/help/4_Misc/set/insert_mode
lib/bx/help/4_Misc/set/inverse_video
lib/bx/help/4_Misc/set/lastlog
lib/bx/help/4_Misc/set/logfile
lib/bx/help/4_Misc/set/lastlog_level
lib/bx/help/4_Misc/set/load_path
lib/bx/help/4_Misc/set/mail
lib/bx/help/4_Misc/set/max_recursions
lib/bx/help/4_Misc/set/menu
lib/bx/help/4_Misc/set/mirc_broken_dcc_resume
lib/bx/help/4_Misc/set/mode_stripper
lib/bx/help/4_Misc/set/nd_space_max
lib/bx/help/4_Misc/set/no_control_log
lib/bx/help/4_Misc/set/no_ctcp_flood
lib/bx/help/4_Misc/set/no_fail_disconnect
lib/bx/help/4_Misc/set/notify_handler
lib/bx/help/4_Misc/set/notify_interval
lib/bx/help/4_Misc/set/notify_level
lib/bx/help/4_Misc/set/notify_on_termination
lib/bx/help/4_Misc/set/notify_userhost_automatic
lib/bx/help/4_Misc/set/novice
lib/bx/help/4_Misc/set/num_of_whowas
lib/bx/help/4_Misc/set/pad_char
lib/bx/help/4_Misc/set/quit_message
lib/bx/help/4_Misc/set/realname
lib/bx/help/4_Misc/set/set
lib/bx/help/4_Misc/set/reverse_status_line
lib/bx/help/4_Misc/set/reverse_video
lib/bx/help/4_Misc/set/screen_options
lib/bx/help/4_Misc/set/scroll
lib/bx/help/4_Misc/set/scroll_lines
lib/bx/help/4_Misc/set/scrollback
lib/bx/help/4_Misc/set/scrollback_ratio
lib/bx/help/4_Misc/set/security
lib/bx/help/4_Misc/set/send_ignore_msg
lib/bx/help/4_Misc/set/shell
lib/bx/help/4_Misc/set/shell_flags
lib/bx/help/4_Misc/set/shell_limit
lib/bx/help/4_Misc/set/show_away_once
lib/bx/help/4_Misc/set/show_channel_names
lib/bx/help/4_Misc/set/show_end_of_msgs
lib/bx/help/4_Misc/set/show_numerics
lib/bx/help/4_Misc/set/show_status_all
lib/bx/help/4_Misc/set/show_who_hopcount
lib/bx/help/4_Misc/set/status_away
lib/bx/help/4_Misc/set/status_channel
lib/bx/help/4_Misc/set/status_chanop
lib/bx/help/4_Misc/set/status_clock
lib/bx/help/4_Misc/set/status_does_expandos
lib/bx/help/4_Misc/set/status_format
lib/bx/help/4_Misc/set/status_hold
lib/bx/help/4_Misc/set/status_hold_lines
lib/bx/help/4_Misc/set/status_insert
lib/bx/help/4_Misc/set/status_mail
lib/bx/help/4_Misc/set/status_mode
lib/bx/help/4_Misc/set/status_nick
lib/bx/help/4_Misc/set/status_no_repeat
lib/bx/help/4_Misc/set/status_notify
lib/bx/help/4_Misc/set/status_oper
lib/bx/help/4_Misc/set/status_overwrite
lib/bx/help/4_Misc/set/status_query
lib/bx/help/4_Misc/set/status_scrollback
lib/bx/help/4_Misc/set/status_server
lib/bx/help/4_Misc/set/status_truncate_rhs
lib/bx/help/4_Misc/set/status_umode
lib/bx/help/4_Misc/set/status_user
lib/bx/help/4_Misc/set/status_voice
lib/bx/help/4_Misc/set/status_window
lib/bx/help/4_Misc/set/tab
lib/bx/help/4_Misc/set/tab_max
lib/bx/help/4_Misc/set/suppress_from_remote_server
lib/bx/help/4_Misc/set/suppress_server_motd
lib/bx/help/4_Misc/set/underline_video
lib/bx/help/4_Misc/set/user_information
lib/bx/help/4_Misc/set/verbose_ctcp
lib/bx/help/4_Misc/set/warn_of_ignores
lib/bx/help/4_Misc/set/xterm
lib/bx/help/4_Misc/set/xterm_options
lib/bx/help/4_Misc/hostname
lib/bx/help/4_Misc/digraph
lib/bx/help/4_Misc/encrypt
lib/bx/help/4_Misc/history
lib/bx/help/4_Misc/realname
lib/bx/help/4_Misc/ircuser
lib/bx/help/4_Misc/mesg
lib/bx/help/4_Misc/mlist
lib/bx/help/4_Misc/mload
lib/bx/help/4_Misc/note
lib/bx/help/4_Misc/rbind
lib/bx/help/4_Misc/cd
lib/bx/help/4_Misc/summon
lib/bx/help/4_Misc/unclear
lib/bx/help/4_Misc/which
lib/bx/help/4_Misc/beep
lib/bx/help/4_Misc/abort
lib/bx/help/4_Misc/4_Misc
lib/bx/help/4_Misc/clear
lib/bx/help/6_Functions/6_Functions
lib/bx/help/6_Functions/absstrlen
lib/bx/help/6_Functions/addtabkey
lib/bx/help/6_Functions/after
lib/bx/help/6_Functions/afterw
lib/bx/help/6_Functions/ajoinitem
lib/bx/help/6_Functions/aliasctl
lib/bx/help/6_Functions/annoy
lib/bx/help/6_Functions/ascii
lib/bx/help/6_Functions/before
lib/bx/help/6_Functions/bitchx
lib/bx/help/6_Functions/center
lib/bx/help/6_Functions/cexist
lib/bx/help/6_Functions/chanmode
lib/bx/help/6_Functions/channel
lib/bx/help/6_Functions/chmod
lib/bx/help/6_Functions/chngw
lib/bx/help/6_Functions/chop
lib/bx/help/6_Functions/chops
lib/bx/help/6_Functions/chr
lib/bx/help/6_Functions/close
lib/bx/help/6_Functions/common
lib/bx/help/6_Functions/connect
lib/bx/help/6_Functions/convert
lib/bx/help/6_Functions/copattern
lib/bx/help/6_Functions/count
lib/bx/help/6_Functions/cparse
lib/bx/help/6_Functions/crypt
lib/bx/help/6_Functions/curpos
lib/bx/help/6_Functions/currchans
lib/bx/help/6_Functions/decode
lib/bx/help/6_Functions/delarray
lib/bx/help/6_Functions/delitem
lib/bx/help/6_Functions/deuhc
lib/bx/help/6_Functions/encode
lib/bx/help/6_Functions/eof
lib/bx/help/6_Functions/epic
lib/bx/help/6_Functions/fexist
lib/bx/help/6_Functions/filter
lib/bx/help/6_Functions/finditem
lib/bx/help/6_Functions/findw
lib/bx/help/6_Functions/fnexist
lib/bx/help/6_Functions/fromw
lib/bx/help/6_Functions/fsize
lib/bx/help/6_Functions/ftime
lib/bx/help/6_Functions/geom
lib/bx/help/6_Functions/getarrays
lib/bx/help/6_Functions/getenv
lib/bx/help/6_Functions/getgid
lib/bx/help/6_Functions/getitem
lib/bx/help/6_Functions/getlogin
lib/bx/help/6_Functions/getmatches
lib/bx/help/6_Functions/getopt
lib/bx/help/6_Functions/getpgrp
lib/bx/help/6_Functions/getsets
lib/bx/help/6_Functions/gettmatch
lib/bx/help/6_Functions/getuid
lib/bx/help/6_Functions/glob
lib/bx/help/6_Functions/gui
lib/bx/help/6_Functions/idle
lib/bx/help/6_Functions/ifindfirst
lib/bx/help/6_Functions/ifinditem
lib/bx/help/6_Functions/igetmatches
lib/bx/help/6_Functions/igmask
lib/bx/help/6_Functions/igtype
lib/bx/help/6_Functions/index
lib/bx/help/6_Functions/indextoitem
lib/bx/help/6_Functions/info
lib/bx/help/6_Functions/insertw
lib/bx/help/6_Functions/iptoname
lib/bx/help/6_Functions/irclib
lib/bx/help/6_Functions/isalpha
lib/bx/help/6_Functions/ischannel
lib/bx/help/6_Functions/ischanop
lib/bx/help/6_Functions/ischanvoice
lib/bx/help/6_Functions/isconnected
lib/bx/help/6_Functions/iscurchan
lib/bx/help/6_Functions/isdigit
lib/bx/help/6_Functions/isnumber
lib/bx/help/6_Functions/itemtoindex
lib/bx/help/6_Functions/jot
lib/bx/help/6_Functions/key
lib/bx/help/6_Functions/lastclickline
lib/bx/help/6_Functions/lastclickx
lib/bx/help/6_Functions/lastclicky
lib/bx/help/6_Functions/lastserver
lib/bx/help/6_Functions/left
lib/bx/help/6_Functions/leftpc
lib/bx/help/6_Functions/leftw
lib/bx/help/6_Functions/listarray
lib/bx/help/6_Functions/listen
lib/bx/help/6_Functions/mask
lib/bx/help/6_Functions/match
lib/bx/help/6_Functions/matchitem
lib/bx/help/6_Functions/menucontrol
lib/bx/help/6_Functions/mid
lib/bx/help/6_Functions/midw
lib/bx/help/6_Functions/mkdir
lib/bx/help/6_Functions/msar
lib/bx/help/6_Functions/mychannels
lib/bx/help/6_Functions/myservers
lib/bx/help/6_Functions/nametoip
lib/bx/help/6_Functions/nohighlight
lib/bx/help/6_Functions/notify
lib/bx/help/6_Functions/numarrays
lib/bx/help/6_Functions/numitems
lib/bx/help/6_Functions/numonchannel
lib/bx/help/6_Functions/numwords
lib/bx/help/6_Functions/onchannel
lib/bx/help/6_Functions/open
lib/bx/help/6_Functions/pad
lib/bx/help/6_Functions/pattern
lib/bx/help/6_Functions/pid
lib/bx/help/6_Functions/pipe
lib/bx/help/6_Functions/pop
lib/bx/help/6_Functions/sar
lib/bx/help/6_Functions/ppid
lib/bx/help/6_Functions/printlen
lib/bx/help/6_Functions/querywin
lib/bx/help/6_Functions/rand
lib/bx/help/6_Functions/randread
lib/bx/help/6_Functions/read
lib/bx/help/6_Functions/regex
lib/bx/help/6_Functions/remw
lib/bx/help/6_Functions/remws
lib/bx/help/6_Functions/rename
lib/bx/help/6_Functions/repeat
lib/bx/help/6_Functions/rest
lib/bx/help/6_Functions/restw
lib/bx/help/6_Functions/reverse
lib/bx/help/6_Functions/revw
lib/bx/help/6_Functions/rigmask
lib/bx/help/6_Functions/rigtype
lib/bx/help/6_Functions/rmdir
lib/bx/help/6_Functions/servergroup
lib/bx/help/6_Functions/servername
lib/bx/help/6_Functions/servernick
lib/bx/help/6_Functions/serverport
lib/bx/help/6_Functions/servnum
lib/bx/help/6_Functions/servports
lib/bx/help/6_Functions/setitem
lib/bx/help/6_Functions/shift
lib/bx/help/6_Functions/sort
lib/bx/help/6_Functions/splice
lib/bx/help/6_Functions/split
lib/bx/help/6_Functions/srand
lib/bx/help/6_Functions/status
lib/bx/help/6_Functions/stime
lib/bx/help/6_Functions/strchr
lib/bx/help/6_Functions/strftime
lib/bx/help/6_Functions/strip
lib/bx/help/6_Functions/stripansi
lib/bx/help/6_Functions/stripansicodes
lib/bx/help/6_Functions/stripc
lib/bx/help/6_Functions/strlen
lib/bx/help/6_Functions/strrchr
lib/bx/help/6_Functions/substr
lib/bx/help/6_Functions/tdiff
lib/bx/help/6_Functions/time
lib/bx/help/6_Functions/tolower
lib/bx/help/6_Functions/topic
lib/bx/help/6_Functions/toupper
lib/bx/help/6_Functions/tow
lib/bx/help/6_Functions/tr
lib/bx/help/6_Functions/trunc
lib/bx/help/6_Functions/twiddle
lib/bx/help/6_Functions/uhc
lib/bx/help/6_Functions/umask
lib/bx/help/6_Functions/uname
lib/bx/help/6_Functions/uniq
lib/bx/help/6_Functions/unlink
lib/bx/help/6_Functions/unshift
lib/bx/help/6_Functions/userhost
lib/bx/help/6_Functions/usermode
lib/bx/help/6_Functions/utime
lib/bx/help/6_Functions/version
lib/bx/help/6_Functions/which
lib/bx/help/6_Functions/winbound
lib/bx/help/6_Functions/winchan
lib/bx/help/6_Functions/winitem
lib/bx/help/6_Functions/winlevel
lib/bx/help/6_Functions/winnam
lib/bx/help/6_Functions/winnicklist
lib/bx/help/6_Functions/winnum
lib/bx/help/6_Functions/winrefs
lib/bx/help/6_Functions/winserv
lib/bx/help/6_Functions/winsize
lib/bx/help/6_Functions/winvisible
lib/bx/help/6_Functions/word
lib/bx/help/6_Functions/write
lib/bx/help/6_Functions/writeb
lib/bx/help/8_Scripts/2.8script
lib/bx/help/8_Scripts/8_Scripts
lib/bx/help/8_Scripts/action
lib/bx/help/8_Scripts/alias
lib/bx/help/8_Scripts/autokick
lib/bx/help/8_Scripts/autoop
lib/bx/help/8_Scripts/away
lib/bx/help/8_Scripts/basical
lib/bx/help/8_Scripts/bigcheese
lib/bx/help/8_Scripts/brc
lib/bx/help/8_Scripts/channel
lib/bx/help/8_Scripts/columns
lib/bx/help/8_Scripts/commander
lib/bx/help/8_Scripts/compl.mods
lib/bx/help/8_Scripts/complete
lib/bx/help/8_Scripts/country
lib/bx/help/8_Scripts/cursor
lib/bx/help/8_Scripts/deban
lib/bx/help/8_Scripts/deutsch
lib/bx/help/8_Scripts/disc
lib/bx/help/8_Scripts/edit
lib/bx/help/8_Scripts/english
lib/bx/help/8_Scripts/environment
lib/bx/help/8_Scripts/events
lib/bx/help/8_Scripts/events.hop
lib/bx/help/8_Scripts/fake-dcc
lib/bx/help/8_Scripts/fe
lib/bx/help/8_Scripts/guh
lib/bx/help/8_Scripts/files
lib/bx/help/8_Scripts/finger
lib/bx/help/8_Scripts/fnet
lib/bx/help/8_Scripts/follow
lib/bx/help/8_Scripts/functions
lib/bx/help/8_Scripts/funnyban
lib/bx/help/8_Scripts/genalias
lib/bx/help/8_Scripts/global
lib/bx/help/8_Scripts/history
lib/bx/help/8_Scripts/history-match
lib/bx/help/8_Scripts/imap
lib/bx/help/8_Scripts/ircprimer
lib/bx/help/8_Scripts/ircrc
lib/bx/help/8_Scripts/keybinds
lib/bx/help/8_Scripts/kickmenu
lib/bx/help/8_Scripts/killpath
lib/bx/help/8_Scripts/kpstat
lib/bx/help/8_Scripts/less
lib/bx/help/8_Scripts/list
lib/bx/help/8_Scripts/local
lib/bx/help/8_Scripts/log
lib/bx/help/8_Scripts/ls
lib/bx/help/8_Scripts/lynx_ircrc
lib/bx/help/8_Scripts/man
lib/bx/help/8_Scripts/meta
lib/bx/help/8_Scripts/meta1
lib/bx/help/8_Scripts/modes
lib/bx/help/8_Scripts/more
lib/bx/help/8_Scripts/msg
lib/bx/help/8_Scripts/mudirc
lib/bx/help/8_Scripts/mudlike
lib/bx/help/8_Scripts/multi
lib/bx/help/8_Scripts/nemesis
lib/bx/help/8_Scripts/netsplit
lib/bx/help/8_Scripts/netsplit.env
lib/bx/help/8_Scripts/newaway
lib/bx/help/8_Scripts/newformat
lib/bx/help/8_Scripts/nicks
lib/bx/help/8_Scripts/old-dcc
lib/bx/help/8_Scripts/oldping
lib/bx/help/8_Scripts/ping
lib/bx/help/8_Scripts/pipe
lib/bx/help/8_Scripts/prefix
lib/bx/help/8_Scripts/recursion
lib/bx/help/8_Scripts/repeat
lib/bx/help/8_Scripts/screen
lib/bx/help/8_Scripts/shell
lib/bx/help/8_Scripts/silent
lib/bx/help/8_Scripts/smileys
lib/bx/help/8_Scripts/sound
lib/bx/help/8_Scripts/spfix
lib/bx/help/8_Scripts/starutils
lib/bx/help/8_Scripts/stat
lib/bx/help/8_Scripts/tabkey
lib/bx/help/8_Scripts/tabkey.wc
lib/bx/help/8_Scripts/tc
lib/bx/help/8_Scripts/time
lib/bx/help/8_Scripts/tls
lib/bx/help/8_Scripts/troy
lib/bx/help/8_Scripts/uhnotify
lib/bx/help/8_Scripts/uping
lib/bx/help/8_Scripts/wallopstat
lib/bx/help/8_Scripts/webster
lib/bx/help/8_Scripts/window
lib/bx/help/7_Docs/About_BitchX
lib/bx/help/7_Docs/7_Docs
lib/bx/help/7_Docs/Command_Line
lib/bx/help/7_Docs/Arrays
lib/bx/help/7_Docs/Compile_Opts
lib/bx/help/7_Docs/Copyright
lib/bx/help/7_Docs/Environment
lib/bx/help/7_Docs/Etiquette
lib/bx/help/7_Docs/Expressions
lib/bx/help/7_Docs/Introduction
lib/bx/help/7_Docs/Key_Bindings
lib/bx/help/7_Docs/New_User
lib/bx/help/7_Docs/Patterns
lib/bx/help/7_Docs/Programming
lib/bx/help/7_Docs/Security
lib/bx/help/7_Docs/Serial_Numbers
lib/bx/help/7_Docs/Server_List
lib/bx/help/7_Docs/Server_Numerics
lib/bx/help/7_Docs/Signals
lib/bx/help/7_Docs/Special_Vars
lib/bx/help/7_Docs/Status_Line
lib/bx/help/7_Docs/Text_Highlight
lib/bx/help/7_Docs/Updates
lib/bx/help/1_General/dcc/activecount
lib/bx/help/1_General/dcc/autoget
lib/bx/help/1_General/dcc/autooverwrite
lib/bx/help/1_General/dcc/autorename
lib/bx/help/1_General/dcc/bot
lib/bx/help/1_General/dcc/chat
lib/bx/help/1_General/dcc/close
lib/bx/help/1_General/dcc/closeall
lib/bx/help/1_General/dcc/dcc
lib/bx/help/1_General/dcc/exempt
lib/bx/help/1_General/dcc/ftp
lib/bx/help/1_General/dcc/get
lib/bx/help/1_General/dcc/list
lib/bx/help/1_General/dcc/quietmode
lib/bx/help/1_General/dcc/raw
lib/bx/help/1_General/dcc/reget
lib/bx/help/1_General/dcc/rename
lib/bx/help/1_General/dcc/resend
lib/bx/help/1_General/dcc/resume
lib/bx/help/1_General/dcc/send
lib/bx/help/1_General/dcc/showpaths
lib/bx/help/1_General/dcc/stats
lib/bx/help/1_General/dcc/tget
lib/bx/help/1_General/dcc/treget
lib/bx/help/1_General/dcc/tresend
lib/bx/help/1_General/dcc/tsend
lib/bx/help/1_General/ctcp/clientinfo
lib/bx/help/1_General/ctcp/action
lib/bx/help/1_General/ctcp/bdcc
lib/bx/help/1_General/ctcp/cdcc
lib/bx/help/1_General/ctcp/userinfo
lib/bx/help/1_General/ctcp/ctcp
lib/bx/help/1_General/ctcp/echo
lib/bx/help/1_General/ctcp/finger
lib/bx/help/1_General/ctcp/ident
lib/bx/help/1_General/ctcp/invite
lib/bx/help/1_General/ctcp/op
lib/bx/help/1_General/ctcp/ops
lib/bx/help/1_General/ctcp/ping
lib/bx/help/1_General/ctcp/time
lib/bx/help/1_General/ctcp/unban
lib/bx/help/1_General/ctcp/uptime
lib/bx/help/1_General/ctcp/version
lib/bx/help/1_General/ctcp/utc
lib/bx/help/1_General/ctcp/whoami
lib/bx/help/1_General/ctcp/xdcc
lib/bx/help/1_General/about
lib/bx/help/1_General/addforward
lib/bx/help/1_General/addidle
lib/bx/help/1_General/addlamenick
lib/bx/help/1_General/addnoflood
lib/bx/help/1_General/addshit
lib/bx/help/1_General/adduser
lib/bx/help/1_General/addword
lib/bx/help/1_General/ajoin
lib/bx/help/1_General/ajoinlist
lib/bx/help/1_General/away
lib/bx/help/1_General/awaylog
lib/bx/help/1_General/awaymsg
lib/bx/help/1_General/b
lib/bx/help/1_General/back
lib/bx/help/1_General/ban
lib/bx/help/1_General/banstat
lib/bx/help/1_General/bantype
lib/bx/help/1_General/banwords
lib/bx/help/1_General/bk
lib/bx/help/1_General/bki
lib/bx/help/1_General/bye
lib/bx/help/1_General/channel
lib/bx/help/1_General/chat
lib/bx/help/1_General/describe
lib/bx/help/1_General/j
lib/bx/help/1_General/disconnect
lib/bx/help/1_General/k
lib/bx/help/1_General/gone
lib/bx/help/1_General/help
lib/bx/help/1_General/ignore
lib/bx/help/1_General/invite
lib/bx/help/1_General/join
lib/bx/help/1_General/kb
lib/bx/help/1_General/kbi
lib/bx/help/1_General/kick
lib/bx/help/1_General/kickidle
lib/bx/help/1_General/l
lib/bx/help/1_General/lamenicklist
lib/bx/help/1_General/lastlog
lib/bx/help/1_General/leave
lib/bx/help/1_General/m
lib/bx/help/1_General/me
lib/bx/help/1_General/mode
lib/bx/help/1_General/msg
lib/bx/help/1_General/nick
lib/bx/help/1_General/nochat
lib/bx/help/1_General/noforward
lib/bx/help/1_General/notice
lib/bx/help/1_General/notify
lib/bx/help/1_General/nslookup
lib/bx/help/1_General/offers
lib/bx/help/1_General/p
lib/bx/help/1_General/part
lib/bx/help/1_General/partall
lib/bx/help/1_General/ping
lib/bx/help/1_General/query
lib/bx/help/1_General/quit
lib/bx/help/1_General/reconnect
lib/bx/help/1_General/say
lib/bx/help/1_General/server
lib/bx/help/1_General/shitlist
lib/bx/help/1_General/silence
lib/bx/help/1_General/showwordkick
lib/bx/help/1_General/spam
lib/bx/help/1_General/t
lib/bx/help/1_General/topic
lib/bx/help/1_General/unajoin
lib/bx/help/1_General/unforward
lib/bx/help/1_General/unidle
lib/bx/help/1_General/unlamenick
lib/bx/help/1_General/unshit
lib/bx/help/1_General/unuser
lib/bx/help/1_General/unwordkick
lib/bx/help/1_General/uping
lib/bx/help/1_General/url
lib/bx/help/1_General/ver
lib/bx/help/1_General/wordlist
lib/bx/help/1_General/1_General
lib/bx/help/1_General/4op
lib/bx/help/README_FIRST
lib/bx/help/commands
lib/bx/help/findcomm
lib/bx/help/functions
lib/bx/help/out
lib/bx/BitchX.help
lib/bx/BitchX.ircnames
lib/bx/BitchX.quit
lib/bx/BitchX.reasons
lib/bx/wserv
man/man1/BitchX.1
@dirrm lib/bx/help/1_General/dcc
@dirrm lib/bx/help/1_General/ctcp
@dirrm lib/bx/help/1_General
@dirrm lib/bx/help/2_Queries
@dirrm lib/bx/help/3_Operators
@dirrm lib/bx/help/4_Misc/bind
@dirrm lib/bx/help/4_Misc/window
@dirrm lib/bx/help/4_Misc/set
@dirrm lib/bx/help/4_Misc/fset
@dirrm lib/bx/help/4_Misc/wset
@dirrm lib/bx/help/4_Misc
@dirrm lib/bx/help/5_Programming/on
@dirrm lib/bx/help/5_Programming
@dirrm lib/bx/help/6_Functions
@dirrm lib/bx/help/7_Docs
@dirrm lib/bx/help/8_Scripts
@dirrm lib/bx/help
@dirrm lib/bx/translation
@dirrm lib/bx/script
@dirrm lib/bx