progval / Limnoria

A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins.
https://docs.limnoria.net/
Other
621 stars 174 forks source link

[Unix] fix: add space to avoid breaking ipv6 formating #1595

Closed codeurimpulsif closed 1 month ago

codeurimpulsif commented 1 month ago

Goal

This PR just add a space in a split to avoid splitting string on first : occurence inside an IPv6 with the ping command.

progval commented 1 month ago

thanks!