31 Jul, 2009, Lobotomy wrote in the 1st comment:
Votes: 0
31 Jul, 2009, Cratylus wrote in the 2nd comment:
Votes: 0
in b4 lock!
31 Jul, 2009, Davion wrote in the 3rd comment:
Votes: 0
Obviously not worth discussing. Which is why it was locked.
31 Jul, 2009, Lobotomy wrote in the 4th comment:
Votes: 0
Something not worth discussing generally tends to be harmless, so, I must ask, what's the harm in discussing it? Seriously, that thread has me super-confused right now. Is it just some sort of inside joke I'm not getting, or did something actually happen? :stare:
31 Jul, 2009, Igabod wrote in the 5th comment:
Votes: 0
I thought threads were only locked if they become a problem, not just because someone thinks it's not worth discussing.
31 Jul, 2009, Cratylus wrote in the 6th comment:
Votes: 0
lol
31 Jul, 2009, Davion wrote in the 7th comment:
Votes: 0
How ever light hearted the comment, the context is already a problem.
31 Jul, 2009, Chris Bailey wrote in the 8th comment:
Votes: 0
I'm scared to respond, the thread might get locked.
31 Jul, 2009, Lobotomy wrote in the 9th comment:
Votes: 0
Davion said:
How ever light hearted the comment, the context is already a problem.

Please explain?
31 Jul, 2009, Davion wrote in the 10th comment:
Votes: 0
No.
31 Jul, 2009, Cratylus wrote in the 11th comment:
Votes: 0
Lobotomy said:
Davion said:
How ever light hearted the comment, the context is already a problem.

Please explain?


It's a 3rd rail lobotomy. I'll explain if you log into my mud real quick (almost bedtime)

dead-souls.net 8000
31 Jul, 2009, Lobotomy wrote in the 12th comment:
Votes: 0
I see.
31 Jul, 2009, Igabod wrote in the 13th comment:
Votes: 0
Sadly, the most interesting thread I've seen on here in a while is one nobody is allowed to discuss… what a gyp.
31 Jul, 2009, Zeno wrote in the 14th comment:
Votes: 0
Troll threads are not interesting threads.
31 Jul, 2009, Chris Bailey wrote in the 15th comment:
Votes: 0
Oh, it was trolling. For sure.
31 Jul, 2009, quixadhal wrote in the 16th comment:
Votes: 0
Since you guys are obviously bored…

#!/usr/bin/perl -w

use strict;

for(;;) {
my ($a,$b,$c,$d) = (int(rand(256)),int(rand(256)),int(rand(256)),int(rand(256)));
next if $a == 127;
next if $a == 10;
next if $a == 172 and $b >= 16 and $b <= 31;
next if $a == 192 and $b == 168;
next if $a == 169 and $b == 254;
next if $d == 255;
next if $d == 0;
print "http://$a.$b.$c.$d/\n";
exit;
}
31 Jul, 2009, Igabod wrote in the 17th comment:
Votes: 0
Ok, and what's that do for those of us that don't read perl?
31 Jul, 2009, Kayle wrote in the 18th comment:
Votes: 0
Generates a random IP Address.
31 Jul, 2009, Igabod wrote in the 19th comment:
Votes: 0
ah, interesting.
31 Jul, 2009, Kayle wrote in the 20th comment:
Votes: 0
Although it won't work for IPv6.
0.0/25