From 0af4d24ffc7664ed8a0c6172bed4d90113f334d5 Mon Sep 17 00:00:00 2001 From: Test_User Date: Sat, 8 Jun 2024 22:30:46 -0400 Subject: Fix missing channel-> --- commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.c b/commands.c index b2f45f7..e25ada9 100644 --- a/commands.c +++ b/commands.c @@ -263,7 +263,7 @@ int clear_command(struct string sender, struct string original_message, struct s if (user) SENDCLIENT(user->nick); else - SENDCLIENT(user_list.array[i].name); + SENDCLIENT(channel->user_list.array[i].name); SENDCLIENT(STRING(" :\r\n")); } -- cgit v1.2.3