This is what i have
------------------------------------------------
on @*:Text:*Thanks for the*:#mar-ops:{
if ( $istok(%opped,$nick,32) ) {
/say Not a problem $nick
set %opped $remtok(%opped,$nick,1,32)
}
}

on *:op:#:if ($nick == $me) { msg $chan $nick gave ops to $opnick }
on me:*:op:#:msg $chan $nick gave ops to $opnick
---------------------------------------------------------------
Only the last line of code works. Can you help me fix the top part?