sed -e 's/^[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\}T//g' -e '/^[0-9]\{2\}:[0-9]\{2\}:[0-9]\{2\}\s\+\*\*\*/d'"${1}" > "${1}.nodate"
##
# The dumb parser will try to extract meetings from the following pattern:
# <nickname> 0. Hi or <nickname> 0) Hi
# --meeting takes place---
# * nickname bafs the meeting closed
#
# If that format is not found we'll just strip off the date, modes, joins, etc., and advise that the
# log file is manually trimmed.
##
sed -n '/^[0-9]\{2\}:[0-9]\{2\}:[0-9]\{2\}\s\+<.\+>\s\+0[).].\+[Hh]i.*/,/^[0-9]\{2\}:[0-9]\{2\}:[0-9]\{2\}\s\+.*baf.\?s the meeting.*/p' < "${1}.nodate" > "${1}.out"