i have run into another minor technicallity... while trying to grab the values for +l and +k for a dialog i tried to use and alias:
Code:
 alias landk {
  if ($nick == SERVICES) && (*Moderator:* !iswm $1-) && (*l* iswm $2) && ($dialog(cpanel)) { did -a cpanel 33 $3 }  
  if ($nick == SERVICES) && (*Moderator:* !iswm $1-) && (*k* iswm $2) && ($dialog(cpanel)) { did -a cpanel 44 $4 }
}
 

and i use /landk in an and an on text like this

Code:
  on *:TEXT:*Mode*:?:{ landk } 

and nothing displays in the those two id's. agian any help is appreciated....
thanks