Changeset 294
- Timestamp:
- 09/22/03 09:47:00 (8 years ago)
- File:
-
- 1 edited
-
trunk/modules/extra/fact.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/extra/fact.tcl
r226 r294 4 4 5 5 ############################################################################### 6 6 7 # This is a bMotion plugin 8 7 9 # Copyright (C) James Michael Seward 2000-2002 10 8 11 # 12 9 13 # This program is covered by the GPL, please refer the to LICENCE file in the 14 10 15 # distribution; further information can be found in the headers of the scripts 16 11 17 # in the modules directory. 18 12 19 ############################################################################### 20 13 21 14 22 # initialise 15 23 if {![info exists bMotionFacts]} { 24 16 25 set bMotionFacts(what,bmotion) [list "a very nice script"] 17 26 } … … 40 49 lappend bMotionFacts($item) $fact 41 50 } else { 42 bMotion_putloglev 1* "dropping duplicate fact $fact for item $item"51 bMotion_putloglev 2 * "dropping duplicate fact $fact for item $item" 43 52 set needReSave 1 44 53 }
Note: See TracChangeset
for help on using the changeset viewer.
