l reaktor-coders: add !flip
This commit is contained in:
parent
136d7c2f41
commit
b3bb832f49
|
@ -106,6 +106,12 @@ with import <stockholm/lib>;
|
|||
exec echo '¯\_(ツ)_/¯'
|
||||
'';
|
||||
})
|
||||
(buildSimpleReaktorPlugin "flip" {
|
||||
pattern = "^!flip$";
|
||||
script = pkgs.writeDash "shrug" ''
|
||||
exec echo '(╯°□°)╯ ┻━┻'
|
||||
'';
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue