Changeset 1022
- Timestamp:
- 08/24/09 06:26:27 (2 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
modules/abstract.tcl (modified) (1 diff)
-
modules/abstracts/en/abstracts.tcl (modified) (1 diff)
-
modules/output.tcl (modified) (1 diff)
-
plugins/en/output_VAR.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/abstract.tcl
r944 r1022 564 564 foreach element $contents { 565 565 bMotion_putloglev 2 * "considering $element for filtering" 566 if [regexp -nocase$filter_text $element] {566 if [regexp $filter_text $element] { 567 567 bMotion_putloglev 1 * "abstract $abstract element $element matches filter, dropping" 568 568 continue -
trunk/modules/abstracts/en/abstracts.tcl
r1018 r1022 4478 4478 "%VAR{captains_log_start}: %channel has arrived at Deep Space %NUMBER{9}." 4479 4479 "%VAR{captains_log_start}: I've summoned the ops to discuss Commander %ruser's theory that %VAR{sillyThings:strip,plural} are a lifeform. Doctor %ruser has attended reluctantly." 4480 "%VAR{captains_log_start}: after placing the modified %VAR{silly things:strip} on the Romulan ship, we have returned to %channel."4480 "%VAR{captains_log_start}: after placing the modified %VAR{sillyThings:strip} on the Romulan ship, we have returned to %channel." 4481 4481 "%VAR{captains_log_start}: We are approching %VAR{irc_networks}, where many Bajorans have resettled." 4482 4482 "%VAR{captains_log_start}: temporary repairs have been completed. Our attention now turns to matters of a more festive nature." 4483 4483 "%VAR{captains_log_start}: %channel is charting six IRC servers that make up %VAR{irc_networks}, an area being considered for colonisation." 4484 4484 } 4485 bMotion_abstract_add_filter "captains_log_sensible" "sillythings" 4485 4486 4486 4487 bMotion_abstract_register "captains_log_silly" { -
trunk/modules/output.tcl
r1021 r1022 203 203 } 204 204 if {$result == ""} { 205 incr current_pos 205 206 continue 206 207 } -
trunk/plugins/en/output_VAR.tcl
r1019 r1022 43 43 }] { 44 44 bMotion_putloglev d * "Unable to handle %VAR{$abstract}" 45 set line "" 46 break 45 return "" 47 46 } 48 47 } else {
Note: See TracChangeset
for help on using the changeset viewer.
