alias quer.msg {
if ($sline(@Quer,0) == 1) {
if ($input(Secure Send $+(Message,$crlf,Send this message to $!sline(@Quer,1),?,$crlf,$crlf,$1-),c,Send Message.)) {
PRIVMSG $sline(@Quer,1) $1-
aline -p @Quer $+([,$time(HH:nn),] <,$me,>) $1-
write $+(QuerLogs\Quer.,$sline(@Quer,1),.txt) $+([,$time(HH:nn),] <,$me,>) $1-
; writing the single line rather than adding the entire buffer to the file (again)
}
else { editbox @Quer $1- }
}
}