Updated default status message to be posted
authorTobias Mueller <tobiasmue@gnome.org>
Mon, 20 Dec 2010 00:54:45 +0000 (06:24 +0530)
committerTobias Mueller <tobiasmue@gnome.org>
Mon, 20 Dec 2010 00:54:45 +0000 (06:24 +0530)
pwnitter.py

index 3efd967..4d661fd 100755 (executable)
@@ -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]