1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 09:43:12 +02:00

- Fixed m_names.so not being build (a problem for people not using commands.so),

reported by aegis (#0003085).
This commit is contained in:
Bram Matthys
2006-11-03 22:41:26 +00:00
parent 4a205703cc
commit 9d00e22db9
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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).
+1 -1
View File
@@ -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 \