- Client
- Server
- Complete User Log
- Current User Log
- Individual file for each user to append their message history (with timestamp)
- Config file?
198.58.99.13:6667
List of all users who have ever used the system, along with date/time joined.
List of users who are currently using the system, along with date/time joined. Add when they log in; remove when they log out/exit.
Append user's message history along with date/time of message.
Store configuration settings here, to streamline connection process.
Under Construction