зеркало из https://github.com/mozilla/pjs.git
Bug 362447 - "use ssl for URLs on bmo in mozbot" [p=bugzilla@tuxmachine.com r=colin.oglivie]
This commit is contained in:
Родитель
f14c3c268e
Коммит
90eb169965
|
@ -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, {}],
|
||||
|
|
|
@ -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 <text of 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 <text of 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 \'-<full text of the wish to remove>\'' if $self->isAdmin($event);
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче