Commit Graph

4 Commits

Author SHA1 Message Date
Tristan B. Velloza Kildaire 2e94ecef69 Config
- Switched to array-based channels list

Config

- Use `channels` array instead of string

App

- Pass in `Config` to `Bot` constructor

Bot

- Constructor now takes in `Config` instance and then will extract the channels to join after authentication from said `Config` struct
2023-06-24 21:48:24 +02:00
Tristan B. Velloza Kildaire 4f7cec3660 Config
- Join `#bot` rather than `#general`
2023-06-17 21:42:31 +02:00
Tristan B. Velloza Kildaire b7ca140f6b Config
- Now parses for a `nickname` field
- Now parses for a `channels` field which must contain comma-separated channel names
2023-06-17 12:35:33 +02:00
Tristan B. Velloza Kildaire 6bbec7484d Config
- Added example configuration file
2023-06-17 12:29:27 +02:00