diff options
author | FreeArtMan <dos21h@gmail.com> | 2017-07-06 14:30:28 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2017-07-06 14:30:28 +0100 |
commit | 1ff5fed390400fb1742b991ffaa7ec26dc28d24c (patch) | |
tree | b5c3cbfbe9171be7205180d946fb53319de583d8 /README | |
parent | 803d146aac5212f2c36ae86ea02a16278eab41e5 (diff) | |
download | agni-1ff5fed390400fb1742b991ffaa7ec26dc28d24c.tar.gz agni-1ff5fed390400fb1742b991ffaa7ec26dc28d24c.zip |
Support for config files, ofc we use ini
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,6 +9,12 @@ No external dependencies except libc. * Multi-server * Multi-channel * IRC protocol, non-SSL yet +* Support INI config files + +#Run + +./agni +./agni -c [CONFIG_FILENAME] #Compile |