Explorar el Código

github watch: don't output to channel when error

Will Storey hace 15 años
padre
commit
5eccc40cf6
Se han modificado 1 ficheros con 1 adiciones y 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
 	}