Explorar o código

github watch: don't output to channel when error

Will Storey %!s(int64=15) %!d(string=hai) anos
pai
achega
5eccc40cf6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      github_watch.tcl

+ 1 - 1
github_watch.tcl

@@ -100,7 +100,7 @@ proc github_watch::get_commits {} {
 
 proc github_watch::update {min hour day month year} {
 	if {[catch {github_watch::get_commits} result]} {
-		putserv "PRIVMSG $github_watch::channel :github watch: Error: $result"
+		putlog "PRIVMSG $github_watch::channel :github watch: Error: $result"
 		return
 	}