#Python 159 153 bytes
Python 159 153 bytes
EDIT: Thanks @Pietu1998
This is a direct translation of the Javascript ES6 answer:
a=",I,You,He,We,They".split(',')
m="012345014444042242042345044444042545"
r=0
for p in raw_input().split('+'):r=int(m[int(m[a.index(p)])+r*6])
print a[r]