From b279f96af094edff711271cb21f7de2f66223e70 Mon Sep 17 00:00:00 2001 From: stoneLeaf Date: Thu, 12 Apr 2012 02:11:33 +0200 Subject: [PATCH] Updated Encyclopedia Dramatica's url On March 21, 2012, the website moved to a Swedish domain name: http://encyclopediadramatica.se --- plugins/drama.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/drama.py b/plugins/drama.py index 1a84fda..7715da7 100644 --- a/plugins/drama.py +++ b/plugins/drama.py @@ -3,8 +3,8 @@ article''' from util import hook, http -api_url = "http://encyclopediadramatica.ch/api.php?action=opensearch" -ed_url = "http://encyclopediadramatica.ch/" +api_url = "http://encyclopediadramatica.se/api.php?action=opensearch" +ed_url = "http://encyclopediadramatica.se/" @hook.command('ed')