Skip to content

Commit

Permalink
Update servmsg.c
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg authored Dec 1, 2023
1 parent 8627a7b commit 7cf0ec6
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 @@ -159,7 +159,7 @@ static int check_tcl_msgm(char *cmd, char *nick, char *uhost,
if (x == BIND_NOMATCH)
return 0;
if (x == BIND_EXEC_LOG)
return 2;fff
return 2;

return 1;
}
Expand Down

0 comments on commit 7cf0ec6

Please sign in to comment.