Ignore:
Timestamp:
05/05/09 18:20:22 (3 years ago)
Author:
james
Message:

add captains log stuff for waking up
fix broken use of putloglev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/abstracts/en/abstracts.tcl

    r993 r1006  
    44034403        "%VAR{bb_stuff}" 
    44044404        "%channel is recorded in front of a live studio audience" 
     4405        "%VAR{captains_logs}" 
    44054406} 
    44064407 
     
    44084409bMotion_abstract_add_filter "wake_ups" "todays_episode" 
    44094410 
     4411bMotion_abstract_register "captains_logs" { 
     4412        "%VAR{captains_log_sensible}" 
     4413        "%VAR{captains_log_sensible} %VAR{captains_log_silly}" 
     4414} 
     4415 
     4416bMotion_abstract_register "captains_log_start" { 
     4417        "Captain's log, Stardate 46%NUMBER{8}%NUMBER{8}%NUMBER{8}" 
     4418} 
     4419 
     4420bMotion_abstract_register "captains_log_sensible" { 
     4421        "%VAR{captains_log_start}: we have arrived without incident at %channel to meet Ambassador %ruser." 
     4422        "%VAR{captains_log_start}: the reprogrammed biofilter was effective in removing the alien microbes from %ruser{enemy}." 
     4423        "%VAR{captains_log_start}: %ruser and %ruser have found the cause of the malfunctions have been plaguing the channel." 
     4424        "%VAR{captains_log_start}: %channel has arrived at Deep Space %NUMBER{9}." 
     4425        "%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." 
     4426        "%VAR{captains_log_start}: after placing the modified %VAR{sillythings:strip} on the Romulan ship, we have returned to %channel." 
     4427        "%VAR{captains_log_start}: We are approching %VAR{irc_networks}, where many Bajorans have resettled." 
     4428        "%VAR{captains_log_start}: temporary repairs have been completed. Our attention now turns to matters of a more festive nature." 
     4429        "%VAR{captains_log_start}: %channel is charting six IRC servers that make up %VAR{irc_networks}, an area being considered for colonisation." 
     4430} 
     4431 
     4432bMotion_abstract_register "captains_log_silly" { 
     4433        "My pants are really chafing." 
     4434        "Meanwhile the replicators are only making decaff %VAR{unsmiles}" 
     4435        "My sonic shower is stuck playing %VAR{randomSongName}" 
     4436        "Still unable to explain lack of toilet facilities here." 
     4437        "%ruser{enemy} is spending a suspiciously large amount of time on the holodeck." 
     4438 
     4439} 
     4440         
    44104441bMotion_abstract_register "todays_ep" { 
    44114442        "Today's episode: %VAR{todays_episode}" 
Note: See TracChangeset for help on using the changeset viewer.