Ben Kurtovic 13年前
コミット
c44bc87b93
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      irc/commands/link.py

+ 1
- 1
irc/commands/link.py ファイルの表示

@@ -55,7 +55,7 @@ class Link(BaseCommand):

def parse_link(self, pagename):
pagename = pagename.strip()
link = "http://en.wikipedia.org/wiki/" + pagename
link = "http://enwp.org/" + pagename
link = link.replace(" ", "_")
return link



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