diff --git a/rowbot b/rowbot index 099e43a..bf49fe2 100755 --- a/rowbot +++ b/rowbot @@ -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]}" }