Closed melwil closed 10 years ago
Changed so messages appear in private instead of channel. Disabled the real time ad.
The last line in handleRealTimeRequest is wrong. Calling the run-method of Runnable does NOT start a thread. use start() instead to start the thread. This should be fixed in this branch before merging.
Changed so messages appear in private instead of channel. Disabled the real time ad.