Initial commit
A tool to cat IRC chat history.
It's like cat
for IRC log files, but it fetches logs over IRC using the IRCv3 chathistory extension.
go install git.sr.ht/~delthas/chathistorycat@master
For example, to view #sr.ht logs from chat.sr.ht on June, 1st locally:
chathistorycat delthas@chat.sr.ht "#sr.ht" 2023-06-01 | less
To view all logs from #senpai on libera:
chathistorycat delthas@chat.sr.ht libera "#senpai" | less
MIT
This project was inspired by chathistorysync.