diff --git a/modules/autoop.cpp b/modules/autoop.cpp index 8509f7b9..9b0cf20b 100644 --- a/modules/autoop.cpp +++ b/modules/autoop.cpp @@ -418,7 +418,7 @@ public: for (map::iterator it = m_msUsers.begin(); it != m_msUsers.end(); ++it) { pUser = it->second; - // First verify that the guy who challenged us matches a user's host + // First verify that the person who challenged us matches a user's host if (pUser->HostMatches(Nick.GetHostMask())) { const vector& Chans = m_pNetwork->GetChans(); bMatchedHost = true; @@ -542,4 +542,4 @@ template<> void TModInfo(CModInfo& Info) { Info.SetWikiPage("autoop"); } -NETWORKMODULEDEFS(CAutoOpMod, "Auto op the good guys") +NETWORKMODULEDEFS(CAutoOpMod, "Auto op the good people") diff --git a/modules/autovoice.cpp b/modules/autovoice.cpp index 3e233a2b..ceba81a6 100644 --- a/modules/autovoice.cpp +++ b/modules/autovoice.cpp @@ -291,4 +291,4 @@ template<> void TModInfo(CModInfo& Info) { Info.SetArgsHelpText("Each argument is either a channel you want autovoice for (which can include wildcards) or, if it starts with !, it is an exception for autovoice."); } -NETWORKMODULEDEFS(CAutoVoiceMod, "Auto voice the good guys") +NETWORKMODULEDEFS(CAutoVoiceMod, "Auto voice the good people")