Changeset 269 for trunk/modules/extra/jeffk.tcl
- Timestamp:
- 09/17/03 11:32:02 (9 years ago)
- File:
-
- 1 edited
-
trunk/modules/extra/jeffk.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/extra/jeffk.tcl
r268 r269 1 1 # $Id$ 2 2 3 # 3 4 4 ############################################################################### 5 # This is a bMotion plugin 6 # Copyright (C) James Michael Seward 2000-2002 7 # 8 # This program is covered by the GPL, please refer the to LICENCE file in the 9 # distribution; further information can be found in the headers of the scripts 10 # in the modules directory. 5 6 11 7 ############################################################################### 12 8 9 # This is a bMotion plugin 10 11 # Copyright (C) James Michael Seward 2000-2002 12 13 # 14 15 # This program is covered by the GPL, please refer the to LICENCE file in the 16 17 # distribution; further information can be found in the headers of the scripts 18 19 # in the modules directory. 20 21 ############################################################################### 22 23 24 13 25 proc bMotion_module_extra_jeffk { line } { 26 14 27 15 28 set line [string map -nocase {"hello" "helko" "n\'t" "ant" "sy" "sey" "is" "si"} $line] … … 18 31 set line [string map -nocase {"name" "naem" "ll" "l" "ly" "ley"} $line] 19 32 set line [string map -nocase {"ble" "bal" "word" "wrod" "inter" "intar" "lay" "alay" "luck" "luick" "here" "hear"} $line] 20 set line [string map {"!" "%REPEAT{2:5:!} %REPEAT{1:2:1}"} $line]21 set line [string map {"?" "%REPEAT{2:5:?} %REPEAT{1:2:/}"} $line]33 set line [string map {"!" "%REPEAT{2:5:!}"} $line] 34 set line [string map {"?" "%REPEAT{2:5:?}"} $line] 22 35 23 36 if {![rand 8]} {
Note: See TracChangeset
for help on using the changeset viewer.
