1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Fix a missing period in hs_offer.

This commit is contained in:
Sadie Powell
2025-11-17 22:17:19 +00:00
parent 6c163e53d8
commit d3d77c5893
+1 -1
View File
@@ -719,7 +719,7 @@ private:
if (!ho)
{
source.Reply(_("%s is an invalid host offer entry number"), match.c_str());
source.Reply(_("%s is an invalid host offer entry number."), match.c_str());
return;
}
}