From f99943c16cdac322fd3cc97324d69880b8b656b3 Mon Sep 17 00:00:00 2001 From: Michael Cotterell Date: Mon, 22 Apr 2013 08:57:29 -0300 Subject: [PATCH] =?UTF-8?q?=E0=B2=A0=5F=E0=B2=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- socode.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/socode.py b/socode.py index 7fdb2cf..79e5e19 100755 --- a/socode.py +++ b/socode.py @@ -517,6 +517,9 @@ def spratt(): def windspy(): print "'cross the GREAT WALL, we can reach every corner of the world' is just a big joke." +def mepcotterell(): + print "ಠ_ಠ" + def dpayne(): try: #sets the desktop wallpaper to the top image on the wallpapers subreddit @@ -614,6 +617,7 @@ def dpayne(): spratt() windspy() samlabs821() + mepcotterell() alisnic(random.randint(1, 1024)) # as per instructed, please leave this as the final function