summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bot.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/bot.go b/bot.go
index 6b24fb6..50124b7 100644
--- a/bot.go
+++ b/bot.go
@@ -262,10 +262,10 @@ func respond(message string, callback func(interface{})) {
math = logic.PrettyString(stmt)
}
callback(parse + math)
- default:
- if strings.HasPrefix(cmd, "%") {
- callback(UNKNOWN)
- }
+ // default:
+ // if strings.HasPrefix(cmd, "%") {
+ // callback(UNKNOWN)
+ // }
}
}