summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2007-06-27 21:47:52 +0000
committererdgeist <>2007-06-27 21:47:52 +0000
commitd4861ca31f0406f5c49023bc2c3bc4cfa54e3693 (patch)
tree17e10937a5b040a05e894cfa343cf94f6a296f8c
parent28a63d6e714ba56c18214233552e57c19189e8f2 (diff)
Its not bad to know about yourself
-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 {