summaryrefslogtreecommitdiff
path: root/TODO
blob: 8c8e18ccae9cdaae0c8180d87bfb278b2bc8f29a (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.)

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

Log QUIT messages in channels if the quitting user was in them - requires tracking users in channels.