eggheads / eggdrop

The Eggdrop IRC Bot
GNU General Public License v2.0
500 stars 84 forks source link

Add server version log to status report #1609

Closed michaelortmann closed 2 months ago

michaelortmann commented 3 months ago

Found by: michaelortmann Patch by: michaelortmann Fixes:

One-line summary: Add server version log to status report

Additional description (if needed): Fetch server version from RPL_YOURHOST (002) Numeric

Test cases demonstrating functionality (if applicable):

.status server
[...]
    Connected to Libera.Chat [irc.libera.chat]:6667 solanum-1.0-dev (connected for 00:00)

In this example, solanum-1.0-dev is the new part

vanosg commented 2 months ago

I don't think this is of interest to an average user, thanks for taking the time to think about and open this PR