- Gets txt file and reads it
- (clean data) Split log into [date, time, user, message] and remove the '-' between time and user
- Function that calculates how often 'user' has said anything
- Function that calculates the most often word
- Function that calculates the responds time from another user