matchbot/src
Sebastian Crane fecd09c656 Remove unnecessary system/system function
A nil value acts as an empty map wherever a map value is expected. For
this reason, this commit removes the system/system function (which
returns an empty map), since a call to it can safely be replaced with a
nil value.

Signed-off-by: Sebastian Crane <seabass-labrax@gmx.com>
2022-03-22 22:51:59 +00: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 Remove unnecessary system/system function 2022-03-22 22:51:59 +00:00