dotkom / OnlineGuru

OnlineGuru is an IRC bot running in #online @ freenode
13 stars 8 forks source link

Busbuddy cleanup #46

Closed melwil closed 10 years ago

melwil commented 10 years ago

Changed so messages appear in private instead of channel. Disabled the real time ad.

espenja commented 10 years ago

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.