summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2014-11-05 23:03:02 +0100
committerlookshe <github@lookshe.org>2014-11-05 23:03:02 +0100
commit344a740780b01ecd912000caf6c347e267ac3f7e (patch)
tree4ce2739d4e72393b3e76fb9b9c24d7455edacffd
parent4ca856e368f8c7ac5a0868b160a7967379bfe5dc (diff)
parentbce4eccea562efc4d8e4203ce40c51406f57ad10 (diff)
Merge branch 'master' of git.fucktheforce.de:eggdrop
-rw-r--r--CONTENTS1
-rw-r--r--wiki2.pl2
2 files changed, 2 insertions, 1 deletions
diff --git a/CONTENTS b/CONTENTS
index 36f6225..7542e0e 100644
--- a/CONTENTS
+++ b/CONTENTS
@@ -1,3 +1,4 @@
+only a test
$Id: CONTENTS,v 1.17 2010/01/03 13:27:31 pseudo Exp $
Directory Contents - scripts/
diff --git a/wiki2.pl b/wiki2.pl
index d6b66bb..c617b88 100644
--- a/wiki2.pl
+++ b/wiki2.pl
@@ -4,7 +4,7 @@
#use warnings;
use WWW::Wikipedia;
use HTML::Entities;
-use HTML::StripTags qw(strip_tags);
+#use HTML::StripTags qw(strip_tags);
binmode(STDOUT, ":utf8");