From: Tobias Mueller Date: Mon, 20 Dec 2010 00:54:45 +0000 (+0530) Subject: Updated default status message to be posted X-Git-Url: https://vcs.maemo.org/git/?p=pwnitter;a=commitdiff_plain;h=9baaa35608a640998e752600005adc3c9db48177 Updated default status message to be posted --- 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]