View Issue Details

IDProjectCategoryView StatusLast Update
0005849unrealircdpublic2021-04-11 14:06
Reporterarmyn Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status newResolutionopen 
Summary0005849: WHOISASN like on Inspircd - Very useful
DescriptionWould it be possible to add ASN to whois in the future?
It would be very useful to me

On Inspircd it looks like this:


        if (asn)
            whois.SendLine(RPL_WHOISASN, asn, "is connecting from AS" + ConvToStr(asn));
        else
            whois.SendLine(RPL_WHOISASN, "*", "is connecting from an unknown autonomous system");



https://github.com/inspircd/inspircd-contrib/blob/master/3.0/m_asn.cpp

Where is it possible to build in module like showwebirc.c with whoisasn ?



TagsNo tags attached.
3rd party modules

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-04-11 14:06 armyn New Issue