Skip to content

Commit

Permalink
Make autoop & autovoice gender neutral.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaela committed Jun 27, 2014
1 parent 1271580 commit 19ab051
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/autoop.cpp
Expand Up @@ -418,7 +418,7 @@ class CAutoOpMod : public CModule {
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;
Expand Down Expand Up @@ -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")
2 changes: 1 addition & 1 deletion modules/autovoice.cpp
Expand Up @@ -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")

0 comments on commit 19ab051

Please sign in to comment.