is there an easy way to read back about 5-6 lines from a user's last PM so if you closed the PM you remember what they said without having to open the logs back up?

something like

On *:open:?:{ set -u1 %linesquery $+ $nick $lines( some way to find out there logfile.txt ) | echo 12 $nick $calc((%linesquery $+ $nick ) - 1) }

or something of that sort ?