Libera-Chat / sable

GNU Affero General Public License v3.0
84 stars 8 forks source link

NOTICE: Do not return error on invalid/non-existent target (take 2) #66

Closed progval closed 1 year ago

progval commented 1 year ago

like the RFCs say, and all IRCds (but InspIRCd UnrealIRCd) do

This implements PositionalArgument for Result<T, &'a str>, and re-uses it in NAMES which also needs to do some special handling in case of error while parsing its arguments

Replaces #65