Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg committed Dec 29, 2022
1 parent 88b37c0 commit 9ff3014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod/irc.mod/chan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ static int got353(char *from, char *msg)
int i;

if (find_capability("userhost-in-names")) {
chname = newsplit(msg);
chname = newsplit(&msg);
/* use this instead of newsplit(), because sometimes there's a = in a 353 */
nameptr = strchr(msg, ':');
while ((uhost = newsplit(&nameptr))) {
Expand Down

0 comments on commit 9ff3014

Please sign in to comment.