~kris/9p

glenda

6a7141f016182a4dc4df05455f0400e391703245 — Sean Hinchee 8 years ago 296dda0
touch up lookman (thanks kill-9)
2 files changed, 6 insertions(+), 0 deletions(-)

M glenda
M x/mux/man.go
M glenda => glenda +0 -0
M x/mux/man.go => x/mux/man.go +6 -0
@@ 163,6 163,12 @@ func (m *Mux) Lookman(ds *discordgo.Session, dm *discordgo.Message, ctx *Context
				resp += url
			}
		}
	} else {
		resp += "Usage: lookman key ...\n"
	}
	
	if len(resp) > 2000 {
		resp = "\nError: Lookman output exceeded Discordâ„¢ 2000 character limit."
	}

	END: