~kris/9p

glenda

a95df9f99724912f5ac516208028f3223a9ba687 — Amavect 7 years ago e84a409
patchy patch patches patches! PATCH (/x/mux/fortunes.go)
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 = "rob"
	} else if strings.Contains(dm.Content, "ken") {
		f = "ken"
	} else if strings.Contains(dm.Content, "henesy") {
		f = "henesy"
	} else {
		f = "../sys/games/lib/fortunes"
	}