summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util/xchatd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/xchatd.c b/util/xchatd.c
index d50e822d..cd433f3a 100644
--- a/util/xchatd.c
+++ b/util/xchatd.c
@@ -1326,8 +1326,8 @@ arrive_room(ChatUser *cuser, ChatRoom *room)
send_to_user(cuser, chatbuf, 0, 0);
}
- sprintf(chatbuf, "¡° %s ¶i¤J [%s] ¥]´[",
- cuser->chatid, rname);
+ sprintf(chatbuf, "¡° %s (%s) ¶i¤J [%s] ¥]´[",
+ cuser->chatid, cuser->userid, rname);
if (!CLOAK(cuser)) /* Thor: ²á¤Ñ«ÇÁô¨­³N */
send_to_room(room, chatbuf, cuser->userno, MSG_MESSAGE);
}