[Buildbot-commits] buildbot ChangeLog,1.579,1.580

Brian Warner warner at users.sourceforge.net
Mon Mar 13 09:29:59 UTC 2006


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5432

Modified Files:
	ChangeLog 
Log Message:
* buildbot/status/words.py (IRC): add an optional password= argument, which
will be sent to Nickserv in an IDENTIFY message at login, to claim the
nickname. freenode requires this before the bot can sent (or reply to)
private messages. Thanks to Clement Stenac for the patch.
* docs/buildbot.texinfo (IRC Bot): document it


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.579
retrieving revision 1.580
diff -u -d -r1.579 -r1.580
--- ChangeLog	13 Mar 2006 08:21:43 -0000	1.579
+++ ChangeLog	13 Mar 2006 09:29:57 -0000	1.580
@@ -1,5 +1,12 @@
 2006-03-13  Brian Warner  <warner at lothar.com>
 
+	* buildbot/status/words.py (IRC): add an optional password=
+	argument, which will be sent to Nickserv in an IDENTIFY message at
+	login, to claim the nickname. freenode requires this before the
+	bot can sent (or reply to) private messages. Thanks to Clement
+	Stenac for the patch.
+	* docs/buildbot.texinfo (IRC Bot): document it
+
 	* buildbot/status/builder.py (LogFile.merge): don't write chunks
 	larger than chunkSize. Fixes SF#1349253.
 	* buildbot/test/test_status.py (Log.testLargeSummary): test it





More information about the Commits mailing list