diff --git a/mozilla/webtools/mozbot/BotModules/Bugzilla.bm b/mozilla/webtools/mozbot/BotModules/Bugzilla.bm index 40b666f8762..5a5218d4515 100644 --- a/mozilla/webtools/mozbot/BotModules/Bugzilla.bm +++ b/mozilla/webtools/mozbot/BotModules/Bugzilla.bm @@ -40,7 +40,7 @@ sub RegisterConfig { $self->SUPER::RegisterConfig(@_); $self->registerVariables( # [ name, save?, settable? ] - ['bugsURI', 1, 1, 'http://bugzilla.mozilla.org/'], + ['bugsURI', 1, 1, 'https://bugzilla.mozilla.org/'], ['bugsDWIMQueryDefault', 1, 1, 'short_desc_type=substring&short_desc='], ['bugsDWIMQueryChannelDefault', 1, 1, {}], ['bugsHistory', 0, 0, {}], diff --git a/mozilla/webtools/mozbot/BotModules/Wishlist.bm b/mozilla/webtools/mozbot/BotModules/Wishlist.bm index 4fd67db0feb..c0e7c037642 100644 --- a/mozilla/webtools/mozbot/BotModules/Wishlist.bm +++ b/mozilla/webtools/mozbot/BotModules/Wishlist.bm @@ -11,8 +11,8 @@ sub Help { my $self = shift; my ($event) = @_; my $reply = { - '' => 'A module to store wishlist items, typically used to file bugs on the bot, but really for that you should use Bugzilla -- http://bugzilla.mozilla.org/ -- component MozBot in product WebTools.', - 'wish' => 'Adds an item to the wishlist. Please use Bugzilla for this purpose though, see http://bugzilla.mozilla.org/ product WebTools, component Mozbot. Syntax: \'wish \'', + '' => 'A module to store wishlist items, typically used to file bugs on the bot, but really for that you should use Bugzilla -- https://bugzilla.mozilla.org/ -- component MozBot in product Webtools.', + 'wish' => 'Adds an item to the wishlist. Please use Bugzilla for this purpose though, see https://bugzilla.mozilla.org/ product Webtools, component Mozbot. Syntax: \'wish \'', 'wishes' => 'Causes the bot to list all the wishes that have been made. Since this may be long, it may only be done in a /msg. Syntax: \'wishes\'', }; $$reply{''} .= ' To remove wishes, use the following command: vars Wishlist wishes \'-\'' if $self->isAdmin($event); diff --git a/mozilla/webtools/mozbot/mozbot.pl b/mozilla/webtools/mozbot/mozbot.pl index 5415ed27156..f188576bac2 100755 --- a/mozilla/webtools/mozbot/mozbot.pl +++ b/mozilla/webtools/mozbot/mozbot.pl @@ -52,7 +52,7 @@ # http://sunsite.cnlab-switch.ch/ftp/doc/standard/rfc/14xx/1459 # # Please file bugs in Bugzilla, under the 'Webtools' product, -# component 'Mozbot'. http://bugzilla.mozilla.org/ +# component 'Mozbot'. https://bugzilla.mozilla.org/ # TO DO LIST # XXX Something that checks modules that failed to compile and then