This website works better with JavaScript.
Home
Help
Sign In
ben
/
earwigbot
mirror of
https://github.com/earwig/earwigbot
Watch
1
Star
1
Fork
0
Code
Releases
4
Activity
Browse Source
http://en.wikipedia.org/wiki/
->
http://enwp.org/
tags/v0.1^2
Ben Kurtovic
13 years ago
parent
21e87d9d3c
commit
c44bc87b93
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
irc/commands/link.py
+ 1
- 1
irc/commands/link.py
View File
@@ -55,7 +55,7 @@ class Link(BaseCommand):
def parse_link(self, pagename):
pagename = pagename.strip()
link = "http://en
.
w
iki
p
edia
.org
/wiki
/" + pagename
link = "http://enwp.org/" + pagename
link = link.replace(" ", "_")
return link
Write
Preview
Loading…
Cancel
Save