Originally Posted By: Bekar
To expand upon your code..

Although this example won't take the format '!listA', but '!list A'..

This will trigger on !lista, !listb, etc
Code:
on *:text:!list?:#yourchannel:{
  var %file = lists\list.txt,%2 = $right($1,1)
  if ($+(%,rules.timer,$nick)) { return }
  if ($ini(%file,%2)) {
    .play -nm1t $+ %2 $nick %file
    inc -u10 %rules.timer $+ $nick
  }
}