diff options
| author | 2019-03-12 12:04:01 -0500 | |
|---|---|---|
| committer | 2019-03-12 17:14:53 +0000 | |
| commit | 1003c593bfd455734a8f39f137d4ce68e7e87ca8 (patch) | |
| tree | 7e1f5680cd66fc6d7e344f914b7f42fb6745880c /src/modules/m_hideoper.cpp | |
| parent | Move field lookup logic out of WhoData constructor (diff) | |
Rename GetFlagIndex -> GetFieldIndex
Diffstat (limited to 'src/modules/m_hideoper.cpp')
| -rw-r--r-- | src/modules/m_hideoper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_hideoper.cpp b/src/modules/m_hideoper.cpp index 8feb1a852..d78ed538b 100644 --- a/src/modules/m_hideoper.cpp +++ b/src/modules/m_hideoper.cpp @@ -124,7 +124,7 @@ class ModuleHideOper return MOD_RES_DENY; size_t flag_index; - if (!request.GetFlagIndex('f', flag_index)) + if (!request.GetFieldIndex('f', flag_index)) return MOD_RES_PASSTHRU; // hide the "*" that marks the user as an oper from the /WHO line |
