diff options
| author | erdgeist <> | 2003-05-28 20:29:40 +0000 |
|---|---|---|
| committer | erdgeist <> | 2003-05-28 20:29:40 +0000 |
| commit | a521ec1118419a2194397dfaacf19509fc90c7da (patch) | |
| tree | e410d2444ef3ea2446dd52aa8d92fa0732bc9424 | |
| parent | fbea85df746878fecb661f58d9636eb68100ae1c (diff) | |
own name in userlist
| -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) |
