Modified: contrib/mpbot/trac.rb (75415 => 75416)
--- contrib/mpbot/trac.rb 2011-01-24 18:40:37 UTC (rev 75415)
+++ contrib/mpbot/trac.rb 2011-01-24 19:20:17 UTC (rev 75416)
@@ -29,7 +29,7 @@
def ticket(m, params)
number = params[:number][/^#?(\d*)$/,1]
if ( number )
- url = "http://trac.macports.org/ticket/"+number
+ url = "https://trac.macports.org/ticket/"+number
m.reply "#{url}"
else
m.reply "Use either #1234 or 1234 for ticket number"
@@ -37,7 +37,7 @@
end
def faq(m, params)
- m.reply "FAQs are at: http://trac.macports.org/wiki/FAQ"
+ m.reply "FAQs are at: https://trac.macports.org/wiki/FAQ"
end
def paste(m, params)
@@ -53,7 +53,7 @@
end
def team(m, params)
- m.reply "http://trac.macports.org/wiki/MacPortsDevelopers"
+ m.reply "https://trac.macports.org/wiki/MacPortsDevelopers"
end
end
@@ -63,4 +63,4 @@
plugin.map 'faq', :action => 'faq'
plugin.map 'paste', :action => 'paste'
plugin.map 'guide :parm', :action => 'guide', :defaults => {:parm => ""}
-plugin.map 'team', :action => 'team'
\ No newline at end of file
+plugin.map 'team', :action => 'team'