-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
30 lines (25 loc) · 1.08 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
AethBot
* Allow Freenode SSL
* Add a basic editor (ed) for operators.
* Replace all the features that are now missing that were in ircbot.py
* Make the path of logs, configs, etc., independent of the directory from which the program is called.
core.py
* Replace self.bot.channels, mentioned in BotCore.record()
* Keep track of user status (+o, +v, etc.) and log it.
* Make the log directory configurable.
* Remove the , prefix for commands.
events.py
* Log general CTCP, not just specific ones, like ACTION.
* Implement a response for CTCP VERSION, CTCP PING, and DCC.
* Figure out how to handle op-notices.
commands.py
* Allow a way to modify stuff in the config files from the bot itself.
* Include a check that the operator is identified with nickserv.
* Create a help syntax.
* No quit message is displayed on , quit sometimes.
* Make sure that reload functions properly in all cases.
calc.py:
* This is old. Review how it works.
* Add a help command.
federation.py:
* Write code that makes it aware of Federation so that it can be used as an IRC bot to issue Federation moves.