diff options
| author | 2019-06-07 19:47:15 +0100 | |
|---|---|---|
| committer | 2019-06-07 20:22:43 +0100 | |
| commit | f6b33a8facd6ca200292786c1061782c41cdd278 (patch) | |
| tree | 429c0063f9174e3bf0a5134aa5eb8737287ca934 /src/channels.cpp | |
| parent | Add the msgid tag to all outgoing messages. (diff) | |
Replace all abstract usages of his/he/her with they/their/it.
Diffstat (limited to 'src/channels.cpp')
| -rw-r--r-- | src/channels.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/channels.cpp b/src/channels.cpp index 0ff252c95..befc1f133 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -271,8 +271,8 @@ Membership* Channel::ForceJoin(User* user, const std::string* privs, bool bursti if (privs) { - // If the user was granted prefix modes (in the OnUserPreJoin hook, or he's a - // remote user and his own server set the modes), then set them internally now + // If the user was granted prefix modes (in the OnUserPreJoin hook, or they're a + // remote user and their own server set the modes), then set them internally now for (std::string::const_iterator i = privs->begin(); i != privs->end(); ++i) { PrefixMode* mh = ServerInstance->Modes->FindPrefixMode(*i); |
