Prechádzať zdrojové kódy

github watch: don't output to channel when error

Will Storey 15 rokov pred
rodič
commit
5eccc40cf6
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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
 	}