# HG changeset patch # User HackBot # Date 1362110018 0 # Node ID 38e8ec180ee515c495dc876a5526fecce727e606 # Parent fbaac2bc1017e5f5ba261e3af8b2cde6139a3c69 mv colorrrrr bin/colorrrrr diff -r fbaac2bc1017 -r 38e8ec180ee5 bin/colorrrrr --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/colorrrrr Fri Mar 01 03:53:38 2013 +0000 @@ -0,0 +1,24 @@ + + + Private Paste - Pastie + + + + +
+import random, sys
s = sys.stdin.read(random.randint(1, 10))
while s:
sys.stdout.write('\x03%d%s' % (random.randint(2, 15), s))
s = sys.stdin.read(random.randint(1, 10))
+
+ + + diff -r fbaac2bc1017 -r 38e8ec180ee5 colorrrrr --- a/colorrrrr Fri Mar 01 03:53:20 2013 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ - - - Private Paste - Pastie - - - - -
-import random, sys
s = sys.stdin.read(random.randint(1, 10))
while s:
sys.stdout.write('\x03%d%s' % (random.randint(2, 15), s))
s = sys.stdin.read(random.randint(1, 10))
-
- - -