X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/508e25a85be26f6120550d12651b48889b4484ca..f956cb0f1f94923187804c772e099b9c8b9d76e5:/ircd/cache.c?ds=sidebyside diff --git a/ircd/cache.c b/ircd/cache.c index b5581f52..40b21dee 100644 --- a/ircd/cache.c +++ b/ircd/cache.c @@ -68,8 +68,8 @@ init_cache(void) oper_motd = cache_file(ircd_paths[IRCD_PATH_IRCD_OMOTD], "opers.motd", 0); memset(&links_cache_list, 0, sizeof(links_cache_list)); - help_dict_oper = rb_dictionary_create("oper help", strcasecmp); - help_dict_user = rb_dictionary_create("user help", strcasecmp); + help_dict_oper = rb_dictionary_create("oper help", rb_strcasecmp); + help_dict_user = rb_dictionary_create("user help", rb_strcasecmp); } /*