From cc25693c227b701865245ba32e4bff1f5da3e931 Mon Sep 17 00:00:00 2001 From: steering7253 Date: Sun, 18 Jan 2026 06:31:10 -0700 Subject: remind - error out if any of the fields are empty, not just the first --- remind.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remind.tcl b/remind.tcl index e27805e..d6a4699 100644 --- a/remind.tcl +++ b/remind.tcl @@ -204,7 +204,7 @@ proc pub:newReminder {nick host handle chan text} { set time [catch {clock scan $when} timeResult] set what [lrange $text 2 end] - if {$who == ""} { + if {$who == "" || $when == "" || $what == ""} { putserv "NOTICE $chan :\[remind\] !remind \"