Original: https://stackoverflow.com/questions/13342128/simple-golang-irc-bot-keeps-timing-out
**Auto-messenger** - Messages every (x) minutes and every (x) linesInterpretation of Commands - Self explanatory "!hi" = "Hi there!"
Notifications - (x) joined the chatroom! (x) got moderator status! (only in text)
Website Title fetcher - Someone posted a link and the bot goes and fetches the title of the page so you can know what it is before you even go there!
Console Input - Don't feel like going in your browser/IRC client? You can type your input into the program and it comes out if the bot were saying it!
Quotes! - Sorting and displaying of your quotes!
Self Spam Control - Don't like how your bot spams your channel? Put a limit for each time he can say something!
It just seemed a little dirty using a IRC Library at the moment. ``` git clone https://github.com/Vaultpls/Twitch-IRC-Bot or Download ZIP -> On the right sidebarCreate twitch_pass and insert the oauth from https://twitchapps.com/tmi/
Then either "go run bot.go" or "go build bot.go"
Please add/remove/modify as you please! :D