X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/3c7d6fcce7a021ea7c4948a37a32aeca072e5b10..53b209c748704d0c1ca40fba931d9af83a15eaf3:/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)) {