Changeset 794 for trunk/plugins/en/complex_questions.tcl
- Timestamp:
- 06/23/07 17:12:05 (19 months ago)
- Files:
-
- 1 modified
-
trunk/plugins/en/complex_questions.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/complex_questions.tcl
r759 r794 285 285 #see if we know the answer to it 286 286 if {$question != ""} { 287 if [regexp -nocase { [[:<:]]a/?s/?l[[:>:]]} $question] {287 if [regexp -nocase {\ma/?s/?l\M} $question] { 288 288 #asl? 289 289 set age [expr [rand 20] + 13]
