diff options
| author | 2021-06-19 20:07:35 +0100 | |
|---|---|---|
| committer | 2021-06-19 20:07:35 +0100 | |
| commit | dce2d6a2557b5ea3f2b14fc3c89be3e3f4cfcd1a (patch) | |
| tree | 851650b1febce2028970e01492779eee9d12a4a2 /src/modules/m_hidechans.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
| parent | Fix building the sha256 module on Haiku. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_hidechans.cpp')
| -rw-r--r-- | src/modules/m_hidechans.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_hidechans.cpp b/src/modules/m_hidechans.cpp index 89495b65e..ef626b9ae 100644 --- a/src/modules/m_hidechans.cpp +++ b/src/modules/m_hidechans.cpp @@ -64,7 +64,7 @@ class ModuleHideChans : public Module, public Whois::LineEventListener return MOD_RES_PASSTHRU; /* don't touch anything except 319 */ - if (numeric.GetNumeric() != 319) + if (numeric.GetNumeric() != RPL_WHOISCHANNELS) return MOD_RES_PASSTHRU; /* don't touch if -I */ |
