diff options
| -rw-r--r-- | remind.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 <nick> \"<time>\" <message> (time is a format parseable by the TCL command 'clock scan' - https://www.tcl.tk/man/tcl8.6/TclCmd/clock.html)" return 0 } |
