File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1681,12 +1681,12 @@ ($$)
1681
1681
return $self -> add_repositories($channel , $1 )
1682
1682
if ($addressed &&
1683
1683
$text =~ / ^(?:discussing|discuss|use|using|take +up|taking +up|this +will +be|this +is) +([^ ].*?)$ /i ) ||
1684
- $text =~ / ^repo(?:s|sitory|sitories)? *(?:[::]|\+ [::]?) *([^ ].*? )$ /i ;
1684
+ $text =~ / ^repo(?:s|sitory|sitories)? *(?:[::]|\+ [::]?) *([^ ].*)$ /i ;
1685
1685
1686
1686
return $self -> remove_repositories($channel , $1 )
1687
1687
if ($addressed &&
1688
- $text =~ / ^(?:forget|drop|remove|don't +use|do +not +use) +([^ ].*? )$ / ) ||
1689
- $text =~ / ^repo(?:s|sitory|sitories)? *(?:-|- [::]?) *([^ ].*? )$ /i ;
1688
+ $text =~ / ^(?:forget|drop|remove|don't +use|do +not +use) +([^ ].*)$ / ) ||
1689
+ $text =~ / ^repo(?:s|sitory|sitories)? *- [::]? *([^ ].*)$ /i ;
1690
1690
1691
1691
return $self -> clear_repositories($channel )
1692
1692
if $text =~ / ^repo(?:s|sitory|sitories)? *(?:[::]|\+ [::]?)$ /i ;
You can’t perform that action at this time.
0 commit comments