diff options
Diffstat (limited to 'vchat-user.c')
-rwxr-xr-x | vchat-user.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vchat-user.c b/vchat-user.c index 242480e..4ad9f4f 100755 --- a/vchat-user.c +++ b/vchat-user.c | |||
@@ -52,8 +52,10 @@ ul_add (unsigned char *name, int ignored) | |||
52 | user *tmp = NULL; | 52 | user *tmp = NULL; |
53 | 53 | ||
54 | /* is it this client? return */ | 54 | /* is it this client? return */ |
55 | /* Why | ||
55 | if (nick && !strcasecmp (nick, name)) | 56 | if (nick && !strcasecmp (nick, name)) |
56 | return; | 57 | return; |
58 | */ | ||
57 | 59 | ||
58 | /* no list? create one */ | 60 | /* no list? create one */ |
59 | if (!nicks) | 61 | if (!nicks) |