https://github.com/mickael-kerjean/irclog
A searchable browsable archive for IRC
https://github.com/mickael-kerjean/irclog
abandonware
Last synced: 3 months ago
JSON representation
A searchable browsable archive for IRC
- Host: GitHub
- URL: https://github.com/mickael-kerjean/irclog
- Owner: mickael-kerjean
- Created: 2018-11-09T13:40:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T13:41:14.000Z (over 7 years ago)
- Last Synced: 2025-12-31T17:51:38.993Z (7 months ago)
- Topics: abandonware
- Language: PHP
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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