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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user