]> jfr.im git - solanum.git/blobdiff - modules/m_help.c
m_oper: receive ircd-seven-style opernames
[solanum.git] / modules / m_help.c
index 251b20ca7bfea8049b80e91769fb7c548f704b10..9e56c861362838b4ee155f1c8e03364f5e08d780 100644 (file)
@@ -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))
        {