Add `queue` irc command.
commit44ec69dc0b964e5253ae78b7665dc4d8d7cc6b97
authorAuke Kok <sofar@foo-projects.org>
Mon, 18 Mar 2019 04:57:58 +0000 (17 21:57 -0700)
committerAuke Kok <sofar@foo-projects.org>
Mon, 18 Mar 2019 04:59:21 +0000 (17 21:59 -0700)
treeecc76866fd5aae5f6675f2a810eac7a8366e4139
parent1a0e0ab917b3ecb4bbd6c1c2500d1a41ffe2c510
Add `queue` irc command.

Allows you to see the queue size from IRC. The number is cached
so it doesn't trigger queries all the time. Refresh is
60 seconds.
mods/irc_queue/depends.txt [new file with mode: 0644]
mods/irc_queue/init.lua [new file with mode: 0644]
mods/irc_queue/mod.conf [new file with mode: 0644]