tell: create tell plugin

This commit is contained in:
Chris Sexton 2017-11-16 17:06:48 -05:00
parent 408c37b7c7
commit 1a420c1738
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ import (
"github.com/velour/catbase/plugins/sisyphus"
"github.com/velour/catbase/plugins/stats"
"github.com/velour/catbase/plugins/talker"
"github.com/velour/catbase/plugins/tell"
"github.com/velour/catbase/plugins/twitch"
"github.com/velour/catbase/plugins/your"
"github.com/velour/catbase/plugins/zork"
@ -73,6 +74,7 @@ func main() {
b.AddHandler("inventory", inventory.New(b))
b.AddHandler("rpgORdie", rpgORdie.New(b))
b.AddHandler("sisyphus", sisyphus.New(b))
b.AddHandler("tell", tell.New(b))
// catches anything left, will always return true
b.AddHandler("factoid", fact.New(b))