From c72144180bda4459ec0cfbd43460f42584ca73b7 Mon Sep 17 00:00:00 2001 From: endoffile78 Date: Sun, 23 Apr 2017 12:36:25 -0500 Subject: [PATCH] Add tox command --- src/devbot.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/devbot.hs b/src/devbot.hs index f78f92a..f53b108 100644 --- a/src/devbot.hs +++ b/src/devbot.hs @@ -156,6 +156,10 @@ eval _ _ target "!interject" = do privMsg target "There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run." privMsg target "The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called \"Linux\" distributions are really distributions of GNU/Linux." chNick ournick +eval _ _ target "!tox" = do + privMsg target "<@grayhatter> +mannol | we should start a kickstarter campaign to help NSA and CIA protect from these leaks" + privMsg target "<@grayhatter> yeah" + privMsg target "<@grayhatter> if they had used tox, it never would have leaked :/" eval source action target msg -- banned phrases | "allah is doing" `isInfixOf` msg = kickBan target source