X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/550e851c5eee26dad124e3caa6e60b07ea575d5a..f8838806ef332738fd17e725c9e7d5b1418a9756:/modules/m_help.c?ds=sidebyside diff --git a/modules/m_help.c b/modules/m_help.c index 251b20ca..9e56c861 100644 --- a/modules/m_help.c +++ b/modules/m_help.c @@ -97,7 +97,7 @@ dohelp(struct Client *source_p, int flags, const char *topic) if(EmptyString(topic)) topic = ntopic; - hptr = rb_dictionary_retrieve(flags & HELP_OPER ? help_dict_oper : help_dict_user, topic); + hptr = rb_dictionary_retrieve((flags & HELP_OPER) ? help_dict_oper : help_dict_user, topic); if(hptr == NULL || !(hptr->flags & flags)) {