l reaktor-coders: add !shrug command

This commit is contained in:
lassulus 2018-06-27 23:47:22 +02:00
parent d64e1588f0
commit 15e30f498d

View File

@ -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 '¯\_()_/¯'
'';
})
];
};
}