Christian Fraß commited on 2021-11-19 13:03:24
Zeige 1 geänderte Dateien mit 12 Einfügungen und 0 Löschungen.
... | ... |
@@ -3,6 +3,12 @@ |
3 | 3 |
A simple IRC client, realized as web application |
4 | 4 |
|
5 | 5 |
|
6 |
+# Licence |
|
7 |
+ |
|
8 |
+- model: GPLv3 |
|
9 |
+- author: svartoyg |
|
10 |
+ |
|
11 |
+ |
|
6 | 12 |
# Building |
7 | 13 |
|
8 | 14 |
## Requirements |
... | ... |
@@ -22,3 +28,9 @@ A simple IRC client, realized as web application |
22 | 28 |
|
23 | 29 |
- place the files from the `build` directory on a web server and host them |
24 | 30 |
|
31 |
+ |
|
32 |
+# Plans and ToDos |
|
33 |
+ |
|
34 |
+- support multiple channels and private messages |
|
35 |
+- support commands (e.g. `/nick new_name`) |
|
36 |
+ |
|
25 | 37 |