Merge pull request #584 from Mkaysi/folks

modules/autoop.cpp & autovoice.cpp: Be more gender neutral.
This commit is contained in:
Kyle Fuller
2014-06-27 16:20:01 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -418,7 +418,7 @@ public:
for (map<CString, CAutoOpUser*>::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<CChan*>& Chans = m_pNetwork->GetChans();
bMatchedHost = true;
@@ -542,4 +542,4 @@ template<> void TModInfo<CAutoOpMod>(CModInfo& Info) {
Info.SetWikiPage("autoop");
}
NETWORKMODULEDEFS(CAutoOpMod, "Auto op the good guys")
NETWORKMODULEDEFS(CAutoOpMod, "Auto op the good people")

View File

@@ -291,4 +291,4 @@ template<> void TModInfo<CAutoVoiceMod>(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")