@ -65,6 +65,10 @@ int process_static_event(struct log_event *ev)
inthandled;
for(i=0,handled=0;i<NUM_EVENTS;i++){
/* Skip not enabled events. */
if(!handlers[i].enabled)
continue;
if(strstr(ev->msg,handlers[i].str)){
handlers[i].hnd(ev,i);
handled+=1;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.