View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005818 | unreal | ircd | public | 2021-02-16 20:55 | 2021-02-23 00:17 |
Reporter | westor | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 5.0.8 | ||||
Summary | 0005818: [Feature Request]: Bypass +H chanmode on BOTS (+B) (configurable) | ||||
Description | Having a bot that reading the channel text messages is hard to stop +H on join especially if bot using a lot of join catching events, i think a configurable option for this to solve it would be nice. Also bots can use /HISTORY command anytime if they want to view the channel history. Configurable Example: set { history { channel { /* How many lines to playback on join? */ playback-on-join { disable-on-bots yes; // <-------------------- lines 15; time 1d; } /* How much history to keep. These are the * upper maximums for channel mode +H lines:time */ max-storage-per-channel { lines 200; time 1w; } } } } | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||