Changeset 1006
- Timestamp:
- 05/05/09 18:20:22 (3 years ago)
- Location:
- trunk/modules
- Files:
-
- 2 edited
-
abstracts/en/abstracts.tcl (modified) (2 diffs)
-
system.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/abstracts/en/abstracts.tcl
r993 r1006 4403 4403 "%VAR{bb_stuff}" 4404 4404 "%channel is recorded in front of a live studio audience" 4405 "%VAR{captains_logs}" 4405 4406 } 4406 4407 … … 4408 4409 bMotion_abstract_add_filter "wake_ups" "todays_episode" 4409 4410 4411 bMotion_abstract_register "captains_logs" { 4412 "%VAR{captains_log_sensible}" 4413 "%VAR{captains_log_sensible} %VAR{captains_log_silly}" 4414 } 4415 4416 bMotion_abstract_register "captains_log_start" { 4417 "Captain's log, Stardate 46%NUMBER{8}%NUMBER{8}%NUMBER{8}" 4418 } 4419 4420 bMotion_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 4432 bMotion_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 4410 4441 bMotion_abstract_register "todays_ep" { 4411 4442 "Today's episode: %VAR{todays_episode}" -
trunk/modules/system.tcl
r1004 r1006 173 173 if {[bMotion_setting_get "bitlbee"]} { 174 174 #never go away in bitlbee 175 bMotion_putloglev "going away is disabled in bitlbee mode"175 bMotion_putloglev d * "going away is disabled in bitlbee mode" 176 176 return 0 177 177 } … … 179 179 #override if we should never go away 180 180 if {[bMotion_setting_get "useAway"] != 1} { 181 bMotion_putloglev "going away is disabled"181 bMotion_putloglev d * "going away is disabled" 182 182 return 0 183 183 }
Note: See TracChangeset
for help on using the changeset viewer.
