]> jfr.im git - solanum.git/blobdiff - modules/m_names.c
providers/ident: fix some nasty crashes
[solanum.git] / modules / m_names.c
index 1bb8a556c7465d852e5ce57d5f520fae43e88e5d..026dfd2d201363ed63318f6cb8e040a8b24f4533 100644 (file)
@@ -25,7 +25,6 @@
 #include "stdinc.h"
 #include "channel.h"
 #include "client.h"
-#include "common.h"
 #include "hash.h"
 #include "match.h"
 #include "ircd.h"
@@ -107,8 +106,6 @@ m_names(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_
                sendto_one(source_p, form_str(RPL_ENDOFNAMES),
                           me.name, source_p->name, "*");
        }
-
-       return;
 }
 
 /*