X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules%2FNeonSpam.mod%2Fevent_neonspam_join.c;h=497cc2f0fa5036507da224de38577e71c9909a46;hb=c8e7ce1c57afaebf3996a6712c45f4c89c34ba44;hp=490384990f6dd9f25b569cb2f4733c711f027dd5;hpb=902ebfe5551be2daa3edf8141bcee91f62c0a5e0;p=NeonServV5.git diff --git a/src/modules/NeonSpam.mod/event_neonspam_join.c b/src/modules/NeonSpam.mod/event_neonspam_join.c index 4903849..497cc2f 100644 --- a/src/modules/NeonSpam.mod/event_neonspam_join.c +++ b/src/modules/NeonSpam.mod/event_neonspam_join.c @@ -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) {