we beeping now

This commit is contained in:
Luna Magdalena :3 2025-11-18 10:54:43 -03:00
parent 1b43cf2487
commit b30daa7469

View file

@ -93,7 +93,7 @@ int main (int argc, char **argv) {
fprintf(stderr, "%s\n", "Mismatch between file owner group and current effective group. Make sure this program is running with setgid.");
} else {
FILE *tty = fopen(filepath, "a"); // write to terminal!
fprintf(tty, "\n%s\n--%s\n", kiss, user);
fprintf(tty, "\a\n%s\n--%s\n", kiss, user);
fclose(tty);
}
}