ApolloFortyNine / SongSense

Program that will find users with the most similar top beatmaps to you.
GNU General Public License v3.0
1 stars 0 forks source link

Have irc listener spawn threads #18

Closed ApolloFortyNine closed 9 years ago

ApolloFortyNine commented 9 years ago

This way if a thread fails, it won't take down the irc listener... probably. At the very least it will be faster to do multiple requests at once.

ApolloFortyNine commented 9 years ago

Added in #61