This can be achieved with a simple script.
on ^:NOTICE:*:*:{
if (%lnnick == $nick) {
echo -sm - $+ $nick $+ - $1-
else {
set %lnnick $nick
echo -s -
echo -sm - $+ $nick $+ - $1-
}
haltdef
}
This script is a little rough, but with some modifycation, it will work just fine for this kinda thing.