Skip to content

Commit f6aef13

Browse files
authored
Merge pull request #837 from tsoding/remove-some-commands
Remove some commands
2 parents def706a + 04baa48 commit f6aef13

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/Bot.hs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)