The function log() in class ircBot currently just logs to stdout via echo.
This needs to be extended to provide proper logging functionality like a real linux daemon to a file in /var/log, preferably in it's own folder.
Investigate required permissions and write structure to make this happen.
The function log() in class ircBot currently just logs to stdout via echo.
This needs to be extended to provide proper logging functionality like a real linux daemon to a file in /var/log, preferably in it's own folder.
Investigate required permissions and write structure to make this happen.