rewrote IRC cache parser to be (hopefully) more stable
[NeonServV5.git] / src / modules / NeonSpam.mod / event_neonspam_join.c
index 490384990f6dd9f25b569cb2f4733c711f027dd5..497cc2f0fa5036507da224de38577e71c9909a46 100644 (file)
@@ -1,4 +1,4 @@
-/* event_neonspam_join.c - NeonServ v5.3
+/* event_neonspam_join.c - NeonServ v5.4
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -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) {