diff --git a/Changes b/Changes index a880334fb..f3a03233d 100644 --- a/Changes +++ b/Changes @@ -1401,3 +1401,5 @@ NICK is not seen as a password on this port. Patch from afolentes (#0003097). - Fixed some unitialized pointer things for win32 w/ssl on keyprompt, no idea if it helps, though. Would appreciate it if another code looks into this. -- Syzop +- Fixed m_names.so not being build (a problem for people not using commands.so), + reported by aegis (#0003085). diff --git a/src/modules/Makefile.in b/src/modules/Makefile.in index 4c64fc51c..459358f66 100644 --- a/src/modules/Makefile.in +++ b/src/modules/Makefile.in @@ -55,7 +55,7 @@ R_MODULES= \ m_svsfline.so m_dccdeny.so m_undccdeny.so m_whowas.so \ m_connect.so m_dccallow.so m_userip.so m_nick.so m_user.so \ m_mode.so m_watch.so m_part.so m_join.so m_motd.so m_opermotd.so \ - m_botmotd.so m_lusers.so cloak.so + m_botmotd.so m_lusers.so m_names.so cloak.so #note change of .c to .o COMMANDS=m_sethost.o m_chghost.o m_chgident.o m_setname.o m_setident.o \