summaryrefslogtreecommitdiff
path: root/TODO
blob: 7a0223c47e9403f01b8d042d2c2d3f8d9abf9eff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Support multiple connect commands.

Support arrays or similar in the configuration file (for nick(s), connectcommand(s), etc.)

All the TODOs sprinkled throughout the code!

PM replay chat in a channel (or perhaps a random channel?) e.g. replay on 06/09/2019 at 17:05 from 13:49 in #insomnia - maybe a client thing.

Ensure replayed lines don't exceed IRC message maximum length due to inserted time/datestamp.

Is there a way to log nick changes to the normal log despite not tracking nicks in each channel?  (We do track channel names themselves.)

Change Makefile to not leave separate .o files lying around.

Doesn't compile on old GCC - maybe set -std=gnu99.