diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-01-30 13:32:19 +1030 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-01-30 13:32:19 +1030 |
commit | 5b0aaef21e91db8a4d6dcfd3c2d134439a4cb6cc (patch) | |
tree | afa566c865ac54dcc473cccec148ba9de6ef0628 | |
parent | 67068bfc2a7ac526106cc0cf8294ddd20b500cd3 (diff) | |
download | miniircd-5b0aaef21e91db8a4d6dcfd3c2d134439a4cb6cc.tar.gz miniircd-5b0aaef21e91db8a4d6dcfd3c2d134439a4cb6cc.zip |
added channel logging
-rwxr-xr-x | jail.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ -./miniircd --ports=6697 --daemon --state-dir=/ --log-file=/log.txt --motd=/motd.txt --setuid=ircd \ +./miniircd --ports=6697 --daemon --state-dir=/ --log-file=/log.txt --channel-log-dir=logs --motd=/motd.txt --setuid=ircd \ --ssl-pem-file=/irc.pem --chroot=/home/jail/irc |