You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,15 @@
6
6
7
7
An attempt at producing an `IRC` bot that logs a channel's content.
8
8
9
-
# Preamble
9
+
##Preamble
10
10
11
-
In terms of internet protocols we can choose between `Indy` and `Synapse` as the libraries available. I decided that I was going to use `Indy` due to the fact that it already has an `IRC` client and I didn't want to do all the necessary string parsing for the `IRC` protocol.
11
+
In terms of internet protocols we can choose between `Indy` and `Synapse` as the libraries available. I decided that I was going to use `Indy` due to the fact that it already has an `IRC` client and I didn't want to do all the necessary string parsing for the `IRC` protocol.
12
+
13
+
## Features
14
+
15
+
The initial idea is to have all the logging of the `IRC` channel dumped into a `SQLite` database. To query the database, the objective is twofold:
16
+
17
+
1. Via commands on `IRC`
18
+
2. Via a web site that the bot, itself, serves
19
+
20
+
Not sure if it's worth having the bot itself serve the website, but due to the fact that `SQLite` will be locked during the bot's operation, then this will have to be the path.
0 commit comments