summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvchat-user.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/vchat-user.c b/vchat-user.c
index 65b32b7..4b44080 100755
--- a/vchat-user.c
+++ b/vchat-user.c
@@ -51,12 +51,6 @@ ul_add (char *name, int ignored)
51{ 51{
52 user *tmp = NULL; 52 user *tmp = NULL;
53 53
54 /* is it this client? return */
55 /* Why
56 if (nick && !strcasecmp (nick, name))
57 return;
58 */
59
60 /* no list? create one */ 54 /* no list? create one */
61 if (!nicks) 55 if (!nicks)
62 { 56 {