Fix cycki message.

configurable-file-paths
Robert Gerus 2015-11-19 17:48:41 +01:00 committed by Robert Gerus
parent 32e7422459
commit 0d055fdb49
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ func cycki(output chan irc.Message, msg irc.Message) {
if err != nil {
rmsg = fmt.Sprint("error:", err)
} else {
rmsg = "bonjour (nsfw): " + string(stripCycki.ReplaceAll([]byte(img), []byte("")))
rmsg = "cycki (nsfw): " + string(stripCycki.ReplaceAll([]byte(img), []byte("")))
}
output <- reply(msg, rmsg)