Make autoop & autovoice gender neutral.

This commit is contained in:
Mikaela Suomalainen
2014-06-27 08:55:39 +03:00
parent 1271580567
commit 19ab051c12
2 changed files with 3 additions and 3 deletions
+2 -2
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")