-
Notifications
You must be signed in to change notification settings - Fork 14
/
TODO
43 lines (28 loc) · 1.24 KB
/
TODO
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
31
32
33
34
35
36
37
38
39
40
41
42
43
/*
* EnergyMech TODO (March 16th, 2018)
*/
- Toybox hangman game
- Support for MD5 and SHA enabled at the same time for compatibility/fallback
- SSL support for irc server/botnet
- IPv6 support
- Script timer
- Genuine telnet protocol support for telnet sessions (?)
- Undernet CService support (IMHO, should be channel settings (set=password, tog=enable/disable) /proton)
- DalNet Nickserv/Chanserv support (needed? they dont tolerate much bots on that network /proton)
- Update/complete the help files.
- Mode +/-o commands to check for SO and if SO is set, check userlevel and make sure user has access before sending MODEs.
- Make it possible to pipe SPY through another bot.
Ex: bots = laurel, hardy; /msg laurel -spy #emech hardy!#emech
(done: local bot spy's)
- Mode +v a user who verifies if channel is set to +m
(too clever?)
- Recognize some common forms of channel spamming (eg, `join #blablabla')
(can be done with kicksays?)
- botnet logic so that all linked bots dont end up on the same server(s)
prevent losing channels cuz they were all on the same one -- the rebooted one..
/*
* Most of these features are open for discussion on how to
* (or even if) implement them
*
* Patches are most welcome
*/