Changeset 1084 for trunk/plugins/en/complex_ass.tcl
- Timestamp:
- 08/28/10 19:46:27 (21 months ago)
- File:
-
- 1 edited
-
trunk/plugins/en/complex_ass.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/complex_ass.tcl
r936 r1084 21 21 22 22 if [regexp -nocase {([a-z]+)[- ]ass ([a-z]+)} $text matches 1 2] { 23 bMotionDoAction $channel "" "$1 ass-$2" 23 if {![regexp -nocase "so" $2]} { 24 bMotionDoAction $channel "" "$1 ass-$2" 25 } else { 26 return 0 27 } 28 } else { 29 return 0 24 30 } 25 31 }
Note: See TracChangeset
for help on using the changeset viewer.
