mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Merge pull request #584 from Mkaysi/folks
modules/autoop.cpp & autovoice.cpp: Be more gender neutral.
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user