File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -86,16 +86,6 @@ 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))
9989 , ( " updateffz"
10090 , mkBuiltinCommand
10191 ( " Update FFZ cache"
@@ -146,11 +136,6 @@ 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))
154139 , ( " addperiodic"
155140 , mkBuiltinCommand
156141 ( " Add periodic command"
You can’t perform that action at this time.
0 commit comments