From a521ec1118419a2194397dfaacf19509fc90c7da Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Wed, 28 May 2003 20:29:40 +0000 Subject: own name in userlist --- vchat-user.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vchat-user.c') 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) user *tmp = NULL; /* is it this client? return */ + /* Why if (nick && !strcasecmp (nick, name)) return; + */ /* no list? create one */ if (!nicks) -- cgit v1.2.3