]> jfr.im git - solanum.git/blobdiff - modules/Makefile.am
Add umode +I to allow users to hide their idle time (#220)
[solanum.git] / modules / Makefile.am
index 21f7aa65df81f048fa17decea61672c31ea9ecc7..c99e431faac3b031499243540b5775bc900fe460 100644 (file)
@@ -12,8 +12,11 @@ auto_load_mod_LTLIBRARIES = \
   cap_server_time.la \
   chm_nocolour.la \
   chm_noctcp.la \
+  um_callerid.la \
+  um_regonlymsg.la \
   m_accept.la \
   m_admin.la \
+  m_alias.la \
   m_away.la \
   m_cap.la \
   m_capab.la \
@@ -86,8 +89,10 @@ module_LTLIBRARIES = \
   core/m_kill.la \
   core/m_message.la \
   core/m_mode.la \
+  core/m_modules.la \
   core/m_nick.la \
   core/m_part.la \
   core/m_quit.la \
   core/m_server.la \
-  core/m_squit.la
+  core/m_squit.la \
+  core/m_identified.la