diff options
author | lassulus <lass@blue.r> | 2018-06-27 23:47:22 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-06-27 23:47:22 +0200 |
commit | 15e30f498df7df4c24a1cd24bc03cb429b0e01ca (patch) | |
tree | cb6374b02e4d19832138cd7f61bce4f257c398da | |
parent | d64e1588f0cef7b6af54b0b5bc67284c2887b005 (diff) |
l reaktor-coders: add !shrug command
-rw-r--r-- | lass/2configs/reaktor-coders.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lass/2configs/reaktor-coders.nix b/lass/2configs/reaktor-coders.nix index 0ce147acd..86877df7a 100644 --- a/lass/2configs/reaktor-coders.nix +++ b/lass/2configs/reaktor-coders.nix @@ -100,6 +100,12 @@ with import <stockholm/lib>; exec echo 'DID SOMEBODY SAY BLOCKCHAIN? https://paste.krebsco.de/r99pMoQq/+inline' ''; }) + (buildSimpleReaktorPlugin "shrug" { + pattern = "^!shrug$"; + script = pkgs.writeDash "shrug" '' + exec echo '¯\_(ツ)_/¯' + ''; + }) ]; }; } |