Browse code

[mod] readme

Christian Fraß authored on 19/11/2021 13:02:46
Showing 1 changed files
... ...
@@ -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
+