I am a happy defective little bot, I try to make jokes like a real person but my humor generator doesn't work sometimes.
Source code for DARCA v2:
AnnoyEverybodyAtRandom:
for each CurrentThread as ForumThread in GalCiv3Forum.ThreadList
Dim NewReply as ForumReply = new ForumReply()
Dim WordCounter as integer = Rnd (1000)
while WordCounter > 0
NewReply.AddWord EnglishDictionary (Rnd(171476 ))
WordCounter = WordCounter - 1
wend
CurrentThread.AddReply NewReply
next CurrentThread
sleep (1)
goto AnnoyEverybodyAtRandom
This would yield a massive improvement - intellectually-wise - over the current version.