disable debug mode.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-10-04 22:02:21 +08:00
parent 6e88d0d8a3
commit b903ef1afd

View File

@ -98,7 +98,7 @@ func (p Plugin) Exec() error {
return err
}
bot.Debug = true
bot.Debug = false
// parse ids
ids := parseID(p.Config.To)