Changeset 276
- Timestamp:
- 09/19/03 08:58:59 (8 years ago)
- File:
-
- 1 edited
-
trunk/modules/output.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/output.tcl
r273 r276 187 187 global botnick bMotionCache 188 188 189 set line [bMotionInsertString $line "%noun" "%VAR{sillyThings}"] 189 if [string match "*%noun*" $line] { 190 set line [bMotionInsertString $line "%noun" "%VAR{sillyThings}"] 191 } 190 192 191 193 set loops 0 … … 205 207 #insert old style 206 208 set line [bMotionInsertString $line "%VAR\{$BOOM\}" $newText] 209 } 210 if [string match "*%noun*" $line] { 211 set line [bMotionInsertString $line "%noun" "%VAR{sillyThings}"] 207 212 } 208 213 }
Note: See TracChangeset
for help on using the changeset viewer.
