ENCAPs cannot come from local clients, no need to check.

This commit is contained in:
Jilles Tjoelker 2009-06-03 19:57:27 +02:00
parent 7cc7a2c041
commit 320a0f8528
1 changed files with 0 additions and 3 deletions

View File

@ -105,9 +105,6 @@ me_presence(struct Client *client_p, struct Client *source_p, int parc, const ch
{
const char *val;
if(MyClient(source_p) && !IsFloodDone(source_p))
flood_endgrace(source_p);
if(!IsClient(source_p))
return 0;