# HG changeset patch # User HackBot # Date 1362110286 0 # Node ID 2810193c37eb01cf6455b7780437406904ed983c # Parent 45f95b8e8b2cc7ffe69100a54c3c29d1c59c1ab3 rm colorrrrr diff -r 45f95b8e8b2c -r 2810193c37eb colorrrrr --- a/colorrrrr Fri Mar 01 03:57:34 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))
-
- - -