Ignore:
Timestamp:
09/08/09 19:22:58 (3 years ago)
Author:
james
Message:

tidy up sillyThings learning filtering
fix minor logic error in %VAR processing
add adjectives into sillyThings output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/system.tcl

    r1028 r1029  
    12131213        } 
    12141214 
     1215        if {[string length $item] == 1} { 
     1216                return 0 
     1217        } 
     1218 
    12151219        if [regexp -nocase {^(for|i)\M} $item] { 
    12161220                return 0 
Note: See TracChangeset for help on using the changeset viewer.