📄 conf_chan.add
字号:
/* additions to conf_chan.c for BBoards support *//* 1. Add this structure after the definition for ch_sloc */Chan ch_sbboards = { 'x', DLVRREG, "ch_bboards", "BBoards", "bboards", "bboards.names", locname, "BBoards", NOLOGIN, NOPHONE, 0, 0l};/* 2. Add &ch_sbboards to ch_tbsrch[] after &ch_sloc */Chan * ch_tbsrch[] = /* order chan tables searched */{ &ch_sloc, &ch_sbboards,/* ... */ (Chan *) 0};/* 3. Add &ch_sbboards to ch_exsrch[] after &ch_sloc */Chan * ch_exsrch[] = /* order of active chan execution */{ &ch_sloc, &ch_sbboards,/* ... */ (Chan *) 0};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -