on *:text:!slap*:#:{
if ($2 !ison #) { /msg # i don't see anyone carrying that label, do you ? }
elseif ($2 == $me) { /msg # I can't do that, i got only 4 hands ! | halt }
elseif ($2 == $null) { /msg # usage: !slap <nickname> | halt }
else { //describe $chan slaps $2 with $read $scriptdir\slaps.txt | halt }
}