From c44bc87b936553f51ab1e30a6616efaf44987ace Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 17 Jul 2011 23:53:30 -0400 Subject: [PATCH] http://en.wikipedia.org/wiki/ -> http://enwp.org/ --- irc/commands/link.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/commands/link.py b/irc/commands/link.py index 4587451..b45f4cd 100644 --- a/irc/commands/link.py +++ b/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