david-logbot 0.0.1 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/TODO
CHANGED
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
TODO:
|
|
2
|
-
* When invited
|
|
3
|
-
* say hi (?)
|
|
4
|
-
* When kicked
|
|
5
|
-
* warn subscribers that the channel is not being logged anymore (?)
|
|
6
2
|
* PM email interface (? feed reader instead?)
|
|
7
3
|
* subscribe channel[, channel]* email [html]
|
|
8
4
|
* unsubscribe channel[, channel]
|
|
@@ -11,3 +7,4 @@ TODO:
|
|
|
11
7
|
* feed: returns channel feed location
|
|
12
8
|
* last x: returns the last x messages (in a PM)
|
|
13
9
|
* offtherecord x: stop logging for x minutes
|
|
10
|
+
* Implement more logging levels: error, notice, none.
|