"\nby `rcirc-buffer-process' and `rcirc-target' will be used.")
(interactive (list ,@interactive-spec))
(unless (if (listp ,argument)
- (not (<= ,required (length ,argument) ,total))
+ (<= ,required (length ,argument) ,total)
(string-match ,regexp ,argument))
- (user-error "Malformed input (%s): %S" ,command ',arguments))
+ (user-error "Malformed input (%s): %S" ',command ',argument))
(let ((process (or process (rcirc-buffer-process)))
(target (or target rcirc-target)))
(ignore target process)