From f6b33a8facd6ca200292786c1061782c41cdd278 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Fri, 7 Jun 2019 19:47:15 +0100 Subject: Replace all abstract usages of his/he/her with they/their/it. --- src/channels.cpp | 4 ++-- src/modules/extra/m_mysql.cpp | 2 +- src/modules/m_delayjoin.cpp | 2 +- src/modules/m_spanningtree/svsnick.cpp | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') 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); diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp index 4f727519f..6a9f38b6c 100644 --- a/src/modules/extra/m_mysql.cpp +++ b/src/modules/extra/m_mysql.cpp @@ -68,7 +68,7 @@ * The ircd thread then mutexes the queue once more, reads the outbound response off the head * of the queue, and sends it on its way to the original calling module. * - * XXX: You might be asking "why doesnt he just send the response from within the worker thread?" + * XXX: You might be asking "why doesnt it just send the response from within the worker thread?" * The answer to this is simple. The majority of InspIRCd, and in fact most ircd's are not * threadsafe. This module is designed to be threadsafe and is careful with its use of threads, * however, if we were to call a module's OnRequest even from within a thread which was not the diff --git a/src/modules/m_delayjoin.cpp b/src/modules/m_delayjoin.cpp index acfbfce26..1c1d36e19 100644 --- a/src/modules/m_delayjoin.cpp +++ b/src/modules/m_delayjoin.cpp @@ -215,7 +215,7 @@ void DelayJoinMode::RevealUser(User* user, Channel* chan) chan->Write(joinevent, 0, except_list); } -/* make the user visible if he receives any mode change */ +/* make the user visible if they receive any mode change */ ModResult ModuleDelayJoin::OnRawMode(User* user, Channel* channel, ModeHandler* mh, const std::string& param, bool adding) { if (!channel || param.empty()) diff --git a/src/modules/m_spanningtree/svsnick.cpp b/src/modules/m_spanningtree/svsnick.cpp index a734dc8ed..c44a6a4bb 100644 --- a/src/modules/m_spanningtree/svsnick.cpp +++ b/src/modules/m_spanningtree/svsnick.cpp @@ -41,7 +41,7 @@ CmdResult CommandSVSNick::Handle(User* user, Params& parameters) // 4. SVSNICK arrives // 5. Attila_ gets his nick changed to Guest12345 unnecessarily // - // In this case when the SVSNICK is processed the target has already changed his nick to something + // In this case when the SVSNICK is processed the target has already changed their nick to something // which isn't protected, so changing the nick again to a Guest nick is not desired. // However, if the expected nick TS parameter is present in the SVSNICK then the nick change in step 5 // won't happen because the timestamps won't match. -- cgit v1.2.3