ソースを参照

Merge d6506eeb4d into 7031ad36f5

pull/15/merge
Kunal Mehta 8年前
コミット
afed3b7d7e
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      commands/stars.py

+ 3
- 0
commands/stars.py ファイルの表示

@@ -39,6 +39,9 @@ class Stars(Command):
return

repo = data.args[0]
if '/' not in repo:
# Assume we're talking about an Earwig repo
repo = 'earwig/' + repo
info = self.get_repo(repo)
if info is None:
self.reply(data, "Repository not found. Is it private?")


読み込み中…
キャンセル
保存