X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/e33e589cbfade15ce08c873f9531e751f449c301..16ef24cf3839ad3e4ee8891ed0917b9690fede58:/src/newconf.c diff --git a/src/newconf.c b/src/newconf.c index 35a18f81..f2ccf68d 100644 --- a/src/newconf.c +++ b/src/newconf.c @@ -263,7 +263,7 @@ conf_set_modules_module(void *data) #ifndef STATIC_MODULES char *m_bn; - m_bn = irc_basename((char *) data); + m_bn = rb_basename((char *) data); if(findmodule_byname(m_bn) != -1) return;