Index: main/manager.c =================================================================== --- main/manager.c (revision 230380) +++ main/manager.c (working copy) @@ -2214,6 +2214,7 @@ } + astman_send_ack(s, m, "Event Sent"); manager_event(EVENT_FLAG_USER, "UserEvent", "UserEvent: %s\r\n%s", event, body); return 0; }