Skip to content

Commit

Permalink
Fix .channel formatting
Browse files Browse the repository at this point in the history
Found by: Geo
Patch by: Geo
Fixes: #1672
  • Loading branch information
vanosg committed Sep 8, 2024
1 parent f1b5146 commit 1ba8410
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mod/irc.mod/cmdsirc.c
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,6 @@ static void cmd_channel(struct userrec *u, int idx, char *par)
strftime(s, 6, "%H:%M", localtime(&(m->joined)));
} else
strlcpy(s, " --- ", sizeof s);
egg_snprintf(s, sizeof s, "%s!%s", m->nick, m->userhost);
u = get_user_from_member(m);
if (u == NULL)
strlcpy(handle, "*", sizeof handle);
Expand Down

0 comments on commit 1ba8410

Please sign in to comment.