2024-05-02 17:08:41 -04:00
|
|
|
# Extend the search for new messages to be read.
|
|
|
|
grepStrings+=('-e' '^\*\*\* Brutality Bonus awarded!'
|
2024-06-15 02:11:01 -04:00
|
|
|
'-e' '^\+[0-9]+ '
|
2024-05-02 17:08:41 -04:00
|
|
|
'-e' '^A backpack for all your ammo storage needs!$'
|
|
|
|
'-e' '^Area survey map.$'
|
|
|
|
'-e' ' died.'
|
|
|
|
'-e' 'Ectoplasmic Surge!'
|
|
|
|
'-e' '^Game Saved.'
|
|
|
|
'-e' ' has been '
|
|
|
|
'-e' '^(Armor|Health) boosted!'
|
2024-05-04 01:24:45 -04:00
|
|
|
'-e' '(Greater|Lesser) demon energy'
|
2024-05-02 17:08:41 -04:00
|
|
|
'-e' '^Found '
|
|
|
|
'-e' 'Got the '
|
|
|
|
'-e' ' killed (her|him|it)self(\.|!)'
|
|
|
|
'-e' '^Low-light goggles.$'
|
|
|
|
'-e' '^Picked up '
|
|
|
|
'-e' '^Press '
|
|
|
|
'-e' 'Rescue operations suit.'
|
2024-08-18 01:09:55 -04:00
|
|
|
'-e' '^(Mega|Soul|Invulnerability )[Ss]phere!?$'
|
2024-07-08 02:14:36 -04:00
|
|
|
'-e' '^Mancubus '
|
2024-05-02 17:08:41 -04:00
|
|
|
'-e' ' skeleton key secured!$'
|
2024-06-15 02:11:01 -04:00
|
|
|
'-e' ' \(Slot [0-9]+\)'
|
2024-05-02 17:08:41 -04:00
|
|
|
'-e' ' (SPLATTERED|was) .*(\.|!)'
|
|
|
|
'-e' ' Swiss Cheese '
|
|
|
|
'-e' '^Took '
|
|
|
|
'-e' '^Vanguard of the gods!$'
|
|
|
|
'-e' "You've found "
|
|
|
|
'-e' 'You (collected|got|found|picked up) ')
|
|
|
|
|
|
|
|
antiGrepStrings+=('-e' 'key card'
|
|
|
|
'-e' ' was .*\?'
|
|
|
|
)
|
|
|
|
|
2024-06-15 02:11:01 -04:00
|
|
|
sedStrings+=('-e' 's/*\{3\}//g'
|
|
|
|
'-e' 's/^+//')
|