File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -86,17 +86,7 @@ builtinCommands =
8686 ( " Get a quote from the quote database"
8787 , $ githubLinkLocationStr
8888 , cmapR (readMaybe . T. unpack) quoteCommand))
89- , ( " bttv"
90- , mkBuiltinCommand
91- ( " Show all available BTTV emotes"
92- , $ githubLinkLocationStr
93- , cmapR (const () ) bttvCommand))
94- , ( " ffz"
95- , mkBuiltinCommand
96- ( " Show all available FFZ emotes"
97- , $ githubLinkLocationStr
98- , cmapR (const () ) ffzCommand))
99- , ( " updateffz"
89+ , ( " updateffz"
10090 , mkBuiltinCommand
10191 ( " Update FFZ cache"
10292 , $ githubLinkLocationStr
@@ -146,12 +136,7 @@ builtinCommands =
146136 ( " Show stream uptime"
147137 , $ githubLinkLocationStr
148138 , cmapR (const () ) uptimeCommand))
149- , ( " rq"
150- , mkBuiltinCommand
151- ( " Get random quote from your log"
152- , $ githubLinkLocationStr
153- , randomLogRecordCommand))
154- , ( " addperiodic"
139+ , ( " addperiodic"
155140 , mkBuiltinCommand
156141 ( " Add periodic command"
157142 , $ githubLinkLocationStr
You can’t perform that action at this time.
0 commit comments