page: exit on kill note

This commit is contained in:
cinap_lenrek 2013-06-09 01:36:45 +02:00
parent 667abe102c
commit c9e79c27a6

View file

@ -195,6 +195,8 @@ catchnote(void *, char *msg)
return 1;
if(strstr(msg, "alarm"))
return 1;
if(strstr(msg, "kill"))
exits("killed");
return 0;
}