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