From 5d99e09263a3d3a946eb4920a03fe5ec5bcd3d22 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Sun, 8 Mar 2009 22:25:38 +0100 Subject: [PATCH] Added the lookshe-hack --- blogthon.cgi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/blogthon.cgi b/blogthon.cgi index 6f1331c..eeeb1a0 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -114,7 +114,12 @@ if staticpages == "True": for staticpage in staticpages_list: title = re.sub('\w+?\/\d+?-', '', staticpage) link = re.sub('\w+?\/', '', staticpage) - print '  ' + title + ' 
' + # The ultimative lookshe-hack *g* + if title == "lookshe": + print '  /me 
' + else: + print '  ' + title + ' 
' + if monthlist == "True": print '
' print ' '