rewrote IRC cache parser to be (hopefully) more stable
[NeonServV5.git] / src / modules / NeonSpam.mod / event_neonspam_join.c
index 425ad08856ca565f22810fc970d08504f2b04b94..497cc2f0fa5036507da224de38577e71c9909a46 100644 (file)
@@ -27,7 +27,6 @@ struct neonspam_event_join_cache {
 };
 
 static void neonspam_event_join(struct ChanUser *chanuser) {
-    if(chanuser->user->flags & USERFLAG_WAS_REGISTRING) return;
     struct ClientSocket *client = getChannelBot(chanuser->chan, BOTID);
     if(!client) return; //we can't "see" this event
     if(chanuser->user == client->user) {