From 9baaa35608a640998e752600005adc3c9db48177 Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Mon, 20 Dec 2010 06:24:45 +0530 Subject: [PATCH] Updated default status message to be posted --- pwnitter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnitter.py b/pwnitter.py index 3efd967..4d661fd 100755 --- a/pwnitter.py +++ b/pwnitter.py @@ -13,7 +13,7 @@ import gobject import select import subprocess -status = 'I browsed twitter insecurely on #fossdotin and all I got was this lousy tweet.' +status = 'I browsed twitter insecurely, got #pwned and all I got was this lousy tweet.' def usage(): print >>sys.stderr, 'Usage: %s [-i device]' % sys.argv[0] -- 1.7.9.5