Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into cmd_channel
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann committed Aug 23, 2024
2 parents 79d41be + 9dbce4c commit 4b041b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/userrec.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ struct userrec *get_user_from_member(memberlist *m)
getuser_done:
m->user = ret;
m->tried_getuser = 1;
return NULL;
return ret;
}

/* Wrapper function to find an Eggdrop user record based on either a provided
Expand Down

0 comments on commit 4b041b3

Please sign in to comment.