1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 18:53:13 +02:00

Misc grammar fixes.

This commit is contained in:
Sadie Powell
2023-12-17 19:32:45 +00:00
parent 8e2fa4acdb
commit b84b1d8166
19 changed files with 50 additions and 50 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ class CommandCSBan : public Command
if (u != u2 && ci->HasExt("PEACE") && u2_access >= u_access && !source.HasPriv("chanserv/kick"))
source.Reply(ACCESS_DENIED);
/*
* Don't ban/kick the user on channels where he is excepted
* Don't ban/kick the user on channels where they are excepted
* to prevent services <-> server wars.
*/
else if (c->MatchesList(u2, "EXCEPT"))