Changeset 1124
- Timestamp:
- 12/15/11 11:10:41 (5 months ago)
- File:
-
- 1 edited
-
trunk/plugins/en/output_homophone.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/output_homophone.tcl
r1120 r1124 20 20 # 21 21 proc bMotion_plugin_output_homophone { channel line } { 22 global bMotionSettings 23 24 set homophone_rate $bMotionSettings(homophone) 22 set homophone_rate [bMotion_setting_get "homophone"] 25 23 set oldLine $line 26 24 … … 73 71 append newLine "$word " 74 72 } 73 set newLine [string trim $newLine] 74 if {$newLine == ""} { 75 return $oldLine 76 } 75 77 set line $newLine 76 78
Note: See TracChangeset
for help on using the changeset viewer.
