on 1:join:#:{
if ($nick == $me) dll $Dfind(DLL,nicklust3.dll) Mark $window(#).hwnd NL_Callback nodefgroup
}
Alias NL_Callback {
var %Dll = Dll $Dfind(DLL,nicklust3.dll), %Channel = $(%,0) $+ $(#,0) $+ $2, %Nick $remove($3,.,@,+)
%Dll AddGroup $2 10 . 0 > -=[Owners]=-
%Dll AddGroup $2 11 @ 0 > -=[Hosts]=-
%Dll AddGroup $2 12 + 0 > -=[Users]=-
%Dll AddGroup $2 12 - 0 > -=[Users]=-
if ($1 == nickAdding) {
if (%Nick isowner %channel) return 10
if (%Nick isop %channel) return 11
if (%Nick isvoice %channel) return 12
if (%Nick isreg %channel) return 12
}
}
Alias Dfind { return $shortfn($findfile($1,$2,1)) }

What Error's looks like.

If someone can please help me.. Id really like that. Thanks for your help