SVN: toys/stbr/stbr.tcl

shadzik shadzik at pld-linux.org
Tue Nov 27 15:12:25 CET 2007


Author: shadzik
Date: Tue Nov 27 15:12:25 2007
New Revision: 9107

Modified:
   toys/stbr/stbr.tcl
Log:
- inform about where to find the request logs after a successful stbr 


Modified: toys/stbr/stbr.tcl
==============================================================================
--- toys/stbr/stbr.tcl	(original)
+++ toys/stbr/stbr.tcl	Tue Nov 27 15:12:25 2007
@@ -97,9 +97,9 @@
 }
 exec sqlite $logfile "INSERT INTO stbr VALUES('$date','$nick');"
 if {([string match test-build $first])} {
-	putserv "privmsg $chan :$nick: Sent $first request for $tspecs directly to builders."
+	putserv "privmsg $chan :$nick: Sent $first request for $tspecs directly to builders. Visit http://stbr.pld-linux.org/ to track your request."
 } {
-	putserv "privmsg $chan :$nick: Sent STBR Mail for $rspecs. An $first will be performed."
+	putserv "privmsg $chan :$nick: Sent STBR Mail for $rspecs. An $first will be performed. Visit http://stbr.pld-linux.org/ to track your request."
 }
 if {$cntr<1} {incr cntr} {utimer 30 "set cntr 0"; return 1}
 }


More information about the pld-cvs-commit mailing list