Skip to content

Commit c04d03f

Browse files
committed
Remove some commands
1 parent def706a commit c04d03f

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

src/Bot.hs

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)