some changes.

This commit is contained in:
Horscchtey 2021-07-26 21:56:16 +00:00
commit 5e9ad89575
2 changed files with 1 additions and 0 deletions

BIN
boddle.db

Binary file not shown.

View file

@ -207,6 +207,7 @@ func parsemsg(msg irc_msg, foo bot) bool {
sorter_row.Close() sorter_row.Close()
} else { } else {
LOG_WARN.Printf("no sorter entry, no translation possible\n") LOG_WARN.Printf("no sorter entry, no translation possible\n")
sendmsg(foo.conn, msg.channel, "No entry found, sorry...")
return false return false
} }