From 51c68900532f76bb9d1b53db8ad97ed1cfb8bd61 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Mon, 21 Jun 2021 03:10:56 -0500 Subject: [PATCH] Snitch on malcontents --- rowbot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rowbot b/rowbot index 24aacf5..9feff6d 100755 --- a/rowbot +++ b/rowbot @@ -713,6 +713,8 @@ hook_cmd_sysroot() { hook_cmd_control_panel() { if [[ $from != "$owner" && $dev != yes ]]; then + privmsg "$to" "$from is not in the sudoers file. This incident will be reported." + info "security breach from %s in sector %s" "$from" "$to" return 0 fi