this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: fix reference to quote command

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>

+1 -1
+1 -1
docs/comlink.lua
··· 27 27 -- 28 28 ---@enum action 29 29 local Action = { 30 - irc = "irc", 30 + quote = "quote", 31 31 me = "me", 32 32 msg = "msg", 33 33 next_channel = "next-channel",