matchbot/src
Sebastian Crane 6cce43f137 Move processing out of clojure.data.json/read call
This commit removes from the call to clojure.data.json/read the
conversion of the serialised list of players into a Clojure set, and
adds an independent function to do this task instead.

Since the structure of the serialised data is known in advance, the
recursive characteristics of clojure.data.json are not needed.

Resolves issue LibreGaming/matchbot#4

Signed-off-by: Sebastian Crane <seabass-labrax@gmx.com>
2022-03-28 21:52:52 +01:00
..
bot.clj Add !help IRC command 2022-02-27 21:53:45 +00:00
game.clj Prune empty game if removing its only player 2022-02-09 21:25:20 +00:00
irc.clj Fix exception when dispatch-command returns nil 2022-02-28 21:09:05 +00:00
system.clj Move processing out of clojure.data.json/read call 2022-03-28 21:52:52 +01:00