Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mickael-kerjean/irclog

A searchable browsable archive for IRC
https://github.com/mickael-kerjean/irclog

abandonware

Last synced: about 1 month ago
JSON representation

A searchable browsable archive for IRC

Awesome Lists containing this project

README

        

- search: keyword:
SELECT created, author, message FROM Message WHERE
related_channel = '$1' AND ( author = '$2' OR message MATCH '$2' );

- pull data with constant paging before cetain timestamp
SELECT created, author, message FROM Message WHERE
related_channel = '$1' AND created < '$2'
ORDER BY timestamp DESC

bot: invite
===========

1) someone invite the bot
2) bot sendout URL of the log in the public channel