~kris/9p

glenda

5ef06d5930027a3dffc14beaf2fa462b45174a66 — Sean Hinchee 8 years ago 699e5f0
sorry ken
1 files changed, 2 insertions(+), 0 deletions(-)

M x/mux/fortunes.go
M x/mux/fortunes.go => x/mux/fortunes.go +2 -0
@@ 27,6 27,8 @@ func (m *Mux) Fortunes(ds *discordgo.Session, dm *discordgo.Message, ctx *Contex
		f = "terry"
	} else if strings.Contains(dm.Content, "rob") {
		f = "rob"
	} else if strings.Contains(dm.Content, "ken") {
		f = "ken"
	} else {
		f = "../sys/games/lib/fortunes"
	}