Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ortmann committed Nov 30, 2023
1 parent c1e95d2 commit c344b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod/server.mod/servmsg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ static int gotauthenticate(char *from, char *msg)
return 0;
}

/* Got 900: RPL_LOGGEDIN, is sent when the users account name is set (whether by SASL or otherwise) */
/* Got 900: RPL_LOGGEDIN, users account name is set (whether by SASL or otherwise) */
static int got900(char *from, char *msg)
{
newsplit(&msg); /* nick */
Expand Down

0 comments on commit c344b10

Please sign in to comment.