@@ -4,10 +4,13 @@
int main(void)
{
int exit_status = LOGIN_FAIL;
log_init();
gui_init();
profanity_start();
while (exit_status == LOGIN_FAIL) {
exit_status = profanity_start();
}
gui_close();
log_close();
The note is not visible to the blocked user.