Added dynamic plugin loading. Made all dict keys lowercase so configuation keys are not case sensitive. And even some fixes.
This commit is contained in:
parent
98fa44f6ff
commit
947a14bdde
9 changed files with 38 additions and 22 deletions
|
|
@ -1,3 +1,4 @@
|
|||
[httpserver]
|
||||
ip = 127.0.0.1
|
||||
port = 4242
|
||||
port = 4242
|
||||
type=thread
|
||||
2
etc/plugins/lish.conf
Normal file
2
etc/plugins/lish.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[lish]
|
||||
type=none
|
||||
Loading…
Add table
Add a link
Reference in a new issue