do this:
/set %topicprot off

on *:Join:#:{
if (%topicprot == on) { goto end }
else { goto :start }
:start
topic $chan welcome $nick
set %topicprot on
.timerprot 1 5 set %topicprot off
:end
}