]> jfr.im git - solanum.git/blobdiff - modules/m_map.c
Branch merge.
[solanum.git] / modules / m_map.c
index aeb7c7f71f06621537ac46e3f8e0b5eeccaad17a..256e3ad61087bac83b9f891caa99e17d163ee8ce 100644 (file)
@@ -29,6 +29,7 @@
 #include "send.h"
 #include "s_conf.h"
 #include "sprintf_irc.h"
+#include "scache.h"
 
 #define USER_COL       50      /* display | Users: %d at col 50 */
 
@@ -73,6 +74,7 @@ static int
 mo_map(struct Client *client_p, struct Client *source_p, int parc, const char *parv[])
 {
        dump_map(client_p, &me, buf);
+       scache_send_missing(client_p);
        sendto_one_numeric(client_p, RPL_MAPEND, form_str(RPL_MAPEND));
 
        return 0;