Refactored luaevent.lua (unlearned borked fairness, collapsing useless code).
commitfbb071a939c9c28868ec1b45d8f6aee1911e807a
authorThomas Harning Jr <harningt@gmail.com>
Sat, 1 Sep 2007 04:24:11 +0000 (1 00:24 -0400)
committerThomas Harning Jr <harningt@gmail.com>
Sat, 1 Sep 2007 04:24:11 +0000 (1 00:24 -0400)
treeb4c5abb01a8a04f99b810d81daf63941b6fde9f3
parent26c674f52c398a11bfc8850bd3b8adb38c1fc521
Refactored luaevent.lua (unlearned borked fairness, collapsing useless code).

luaevent.lua:
 * Unlearned fairness since it was likely to be broken...
   fairness will need to be implemented at app-level where it should be.
 * Collapsed duplicate code into a local function
testClient.lua:
 * Added a completion message (since the test was so quick I thought it was broken)
lua/luaevent.lua
test/testClient.lua