Start() is blocking....
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
34db02c548
commit
b891b74d4b
1 changed files with 3 additions and 1 deletions
4
main.go
4
main.go
|
@ -196,10 +196,12 @@ func main() {
|
|||
Database: *persistentData,
|
||||
Config: config,
|
||||
}
|
||||
myBot.Start()
|
||||
}
|
||||
go func() {
|
||||
rgb.YPrintf("[%s] Starting webserver on port %s\n", irc.TimeStamp(), "5353")
|
||||
webserver.HandleHTTP(&myBot)
|
||||
}()
|
||||
if ircOauthPath != "" {
|
||||
myBot.Start()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue