View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006018 | unreal | documentation | public | 2021-12-03 22:31 | 2021-12-04 07:30 |
| Reporter | armyn | Assigned To | syzop | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | no change required | ||
| Product Version | 5.2.2 | ||||
| Summary | 0006018: How to activate raw 223 in real time to locate it at each gline / kiline ...? | ||||
| Description | Hi :irc.site.com 223 NICK G o-qel-ca40cd88d-6b@* 3426 82974 [email protected] :connection refused Is it possible to see this raw 223 with each added gline / kline? This is so that a bot can record gline / kline in real time in sql columns | ||||
| 3rd party modules | |||||
|
|
We have no plans to do that. But.... in UnrealIRCd 6 we have this: https://www.unrealircd.org/docs/JSON_logging This is exactly what you need for your bot. It can receive all kinds of information in an easy-to-parse JSON object. At the very end of the article it explains how to receive the JSON data over IRC, using the unrealircd.org/json-log CAP and message tag. |