Automatic group adding
This commit is contained in:
parent
f3ed0fe6c0
commit
fe7055298a
4 changed files with 178 additions and 162 deletions
6
bot.go
6
bot.go
|
|
@ -31,12 +31,6 @@ func main() {
|
|||
if err := configo.Load("./boddle.toml", &boddle.Conf); err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
// boddle := bot {
|
||||
// name: "boddle",
|
||||
// channel: []string{"#faui2k16", "#fau", "#sigbike", "#sigfreibad"},
|
||||
// port: 6667,
|
||||
// server: "irc.fau.de",
|
||||
// }
|
||||
|
||||
LOG_INFO.Println("bot started!")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue