diff options
Diffstat (limited to 'modules/core/cs_info.cpp')
-rw-r--r-- | modules/core/cs_info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_info.cpp b/modules/core/cs_info.cpp index add7f39ff..b25eeb0ea 100644 --- a/modules/core/cs_info.cpp +++ b/modules/core/cs_info.cpp @@ -57,7 +57,7 @@ class CommandCSInfo : public Command } /* Should we show all fields? Only for sadmins and identified users */ - if (has_auspex && check_access(u, ci, CA_INFO)) + if (has_auspex || check_access(u, ci, CA_INFO)) show_all = true; notice_lang(Config->s_ChanServ, u, CHAN_INFO_HEADER, chan.c_str()); |