ok, how to get the script to fint a topic in a channel.. :tongue:

on *:part:#: {
if ($nick(#,0) = 2) && ($nick != $me) && ($me !isop $chan) {
/set %p-topic <somthing>
/hop -cn #
/mode # +nt
/topic $chan %p-topic
}
}