[50402] trunk/base/portmgr/bots/trac.rb

anddam at macports.org anddam at macports.org
Thu Apr 30 03:11:08 PDT 2009


Revision: 50402
          http://trac.macports.org/changeset/50402
Author:   anddam at macports.org
Date:     2009-04-30 03:11:08 -0700 (Thu, 30 Apr 2009)
Log Message:
-----------
team command for mpbot

Modified Paths:
--------------
    trunk/base/portmgr/bots/trac.rb

Modified: trunk/base/portmgr/bots/trac.rb
===================================================================
--- trunk/base/portmgr/bots/trac.rb	2009-04-30 07:53:25 UTC (rev 50401)
+++ trunk/base/portmgr/bots/trac.rb	2009-04-30 10:11:08 UTC (rev 50402)
@@ -48,9 +48,14 @@
 		end
 	end
 	
+	def team(m, params)
+		m.reply "http://trac.macports.org/wiki/MacPortsDevelopers"
+	end
+
 end
 
 plugin = TracPlugin.new
 plugin.map 'ticket :number', :action => 'ticket'
 plugin.map 'faq :parm', :action => 'faq'
-plugin.map 'guide :parm', :action => 'guide'
\ No newline at end of file
+plugin.map 'guide :parm', :action => 'guide'
+plugin.map 'team', :action => 'team'
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090430/187bf1ce/attachment.html>


More information about the macports-changes mailing list