This is a little advanced with regex, but works best to match your name exactly within a sentence and recognizes the singular and plural slap(s) when someone slaps you with anything:
Code:
on $@*:action:$(/(slaps?(^| )\Q $+ $replacecs($me,\E,\E\\E\Q) $+ \E(?![^\w\s\!\.\?]).*)/iS):*:{
describe $iif(#,#,$nick) dodges and $replace($regml(1),$me,$nick,slap,slaps,slapss,slaps)
}
You'll then relay to it and return the same slap to him or her. This code also works for both channel and PM.