disable twitch

This commit is contained in:
cws 2017-01-05 09:49:47 -05:00
parent 7a3646049c
commit 1874f43e6c
1 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@ import (
"github.com/velour/catbase/plugins/leftpad"
"github.com/velour/catbase/plugins/reminder"
"github.com/velour/catbase/plugins/talker"
"github.com/velour/catbase/plugins/twitch"
"github.com/velour/catbase/plugins/your"
"github.com/velour/catbase/plugins/zork"
"github.com/velour/catbase/slack"
@ -57,7 +56,6 @@ func main() {
b.AddHandler("counter", counter.New(b))
b.AddHandler("reminder", reminder.New(b))
b.AddHandler("babbler", babbler.New(b))
b.AddHandler("twitch", twitch.New(b))
b.AddHandler("zork", zork.New(b))
// catches anything left, will always return true
b.AddHandler("factoid", fact.New(b))