View Issue Details

IDProjectCategoryView StatusLast Update
0006018unrealdocumentationpublic2021-12-04 07:30
Reporterarmyn Assigned Tosyzop  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionno change required 
Product Version5.2.2 
Summary0006018: How to activate raw 223 in real time to locate it at each gline / kiline ...?
DescriptionHi

: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

Activities

syzop

2021-12-04 07:30

administrator   ~0022234

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.

Issue History

Date Modified Username Field Change
2021-12-03 22:31 armyn New Issue
2021-12-04 07:30 syzop Assigned To => syzop
2021-12-04 07:30 syzop Status new => closed
2021-12-04 07:30 syzop Resolution open => no change required
2021-12-04 07:30 syzop Note Added: 0022234