Revert back to HearsHandlers - CommandHandlers require valid shellwords

This commit is contained in:
2016-10-19 02:31:32 +01:00
parent c208a0e00c
commit 73cd922f2c
3 changed files with 95 additions and 29 deletions

View File

@@ -42,8 +42,8 @@ func (p *PrefixAdapter) Run(ctx context.Context) {
if m == nil {
return
}
m = p.fixup(m)
// No use for this now, as we're using HearsHandler instead
//m = p.fixup(m)
if !p.isBlacklisted(m) {
p.c <- m
}