Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mickael-kerjean/irclog
- Owner: mickael-kerjean
- Created: 2018-11-09T13:40:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T13:41:14.000Z (about 6 years ago)
- Last Synced: 2024-02-24T23:33:22.961Z (9 months ago)
- Topics: abandonware
- Language: PHP
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- 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 DESCbot: invite
===========1) someone invite the bot
2) bot sendout URL of the log in the public channel