Take out the $ before config. Only put the $ before dname. Use either $dname or config. $ is part of an indentifier.

Code:
 on *:dialog:config:sclick:5:{
  nick $did( $dname , 1 ).text
  anick $did( $dname , 6 ).text
  set %awaynick $did( $dname , 8 ).text
  set %name $did( $dname , 15 ).text
  set %user-id $did( $dname , 17 ).text
}

Last edited by LeperMessiah; 08/06/03 05:27 PM.