Log topic changes properly

This commit is contained in:
Nick Chambers 2021-06-23 14:27:33 -05:00
parent f802ce0add
commit 14c4feb9df
1 changed files with 4 additions and 0 deletions

4
rowbot
View File

@ -433,6 +433,10 @@ on_PRIVMSG() {
info "<%s/%s> %s" "$from" "${args[0]}" "${args[1]}"
}
on_TOPIC() {
info "%s has changed the topic for %s: %s" "$from" "${args[0]}" "${args[1]}"
}
on_QUIT() {
info "%s has disconnected: %s" "$from" "${args[0]}"
}