Skip to content

Nom4d3/go-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-bot

Build Status

Simple IRC bot written in Go using go-ircevent for the IRC connectivity.

Sample config

{
    "Server": "irc.freenode.net:7000",
    "Channels": ["#go-bot"],
    "User": "go-bot",
    "Nick": "go-bot",
    "CmdPrefix": "!go-bot",
    "UseTLS": true
}

TODO

  • Connect to multiple channels
  • Run commands in parallel

About

IRC bot written in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%