no more ... over illegal \t

master v0.1.1
Bel LaPointe 2022-01-13 17:07:02 -05:00
parent 2102259ba4
commit 2a93e52b0b
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ func matrixrecv() error {
if !printed { if !printed {
if _, err := db.Get(key); err == storage.ErrNotFound { if _, err := db.Get(key); err == storage.ErrNotFound {
log.Printf("sending help") log.Printf("sending help")
help := fmt.Sprintf("commands:\n...`!help`...print this help\n...`!state nc NC nC Nc`...set states for self\n...`!available 2022-12-31`...set date self is available for work\n\nrun a command for someone else: `!state ga @caleb`") help := fmt.Sprintf("commands:\n `!help` print this help\n `!state nc NC nC Nc` set states for self\n `!available 2022-12-31` set date self is available for work\n\nrun a command for someone else: `!state ga @caleb`")
if err := sender.Send(help); err != nil { if err := sender.Send(help); err != nil {
log.Printf("failed to send help: %v", err) log.Printf("failed to send help: %v", err)
} else { } else {