summaryrefslogtreecommitdiff
path: root/vchat-user.c
diff options
context:
space:
mode:
authorerdgeist <>2003-05-28 20:29:40 +0000
committererdgeist <>2003-05-28 20:29:40 +0000
commita521ec1118419a2194397dfaacf19509fc90c7da (patch)
treee410d2444ef3ea2446dd52aa8d92fa0732bc9424 /vchat-user.c
parentfbea85df746878fecb661f58d9636eb68100ae1c (diff)
own name in userlist
Diffstat (limited to 'vchat-user.c')
-rwxr-xr-xvchat-user.c2
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)