Making a simple IRC chat bot logger using bash script

In this article, we will make a simple bot logger. This script will log a few channels as well as handle the pings. Prerequisites Besides having a Terminal open, you need to have basic knowledge of IRC. Write script: Now, we will write a script for an IRC logging bot....