- Timestamp:
- 08/25/11 06:47:56 (9 months ago)
- File:
-
- 1 edited
-
trunk/plugins/en/complex_fry.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/complex_fry.tcl
r1117 r1118 23 23 if [regexp -nocase "technically (not )?(an? )?(\[a-z\]+)\\M" $text matches a b thing] { 24 24 putlog "thing=$thing, a=$a, b=$b" 25 26 #check stoplist 27 if [regexp -nocase "(at)" $thing] { 28 return 0 29 } 30 25 31 set response "The best kind of $thing" 26 32 if {$a == "not "} {
Note: See TracChangeset
for help on using the changeset viewer.
