[mod] readme
Christian Fraß

Christian Fraß commited on 2021-11-19 13:02:46
Zeige 1 geänderte Dateien mit 11 Einfügungen und 0 Löschungen.

... ...
@@ -3,6 +3,12 @@
3 3
 A simple mediator between an IRC server and a 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
... ...
@@ -21,3 +27,8 @@ A simple mediator between an IRC server and a web application
21 27
 
22 28
 After building just execute `cd build && ./irc-web-backend`!
23 29
 
30
+
31
+# Plans and ToDos
32
+
33
+- support commands (e.g. `/nick new_name`)
34
+
24 35