diff options
| author | lassulus <lass@blue.r> | 2018-10-07 00:22:41 +0200 | 
|---|---|---|
| committer | lassulus <lass@blue.r> | 2018-10-07 11:41:33 +0200 | 
| commit | ea82a695cf7895bd607cec4b5b80f3f90e736ce1 (patch) | |
| tree | 2a4a33e5c91545d34024599656e337c83c860fda | |
| parent | 10597a47723ae3161ddd0cc1fda1bd4ed136ded8 (diff) | |
l reaktor-coders: RIP rup
| -rw-r--r-- | lass/2configs/reaktor-coders.nix | 18 | 
1 files changed, 0 insertions, 18 deletions
| diff --git a/lass/2configs/reaktor-coders.nix b/lass/2configs/reaktor-coders.nix index 44d8984d7..7cdcdf20c 100644 --- a/lass/2configs/reaktor-coders.nix +++ b/lass/2configs/reaktor-coders.nix @@ -63,24 +63,6 @@ with import <stockholm/lib>;              -e "@kind $1"          '';        }) -      (buildSimpleReaktorPlugin "random-unicorn-porn" { -        pattern = "^!rup$$"; -        script = pkgs.writePython2 "rup" {} '' -          t1 = """ -                              _. -                           ;=',_ () -                 8===D~~  S" .--`|| -                         sS  \__ || -                      __.' ( \-->|| -                   _=/    _./-\/ || -          8===D~~ ((\( /-'   -'l || -                   ) |/ \\      (_)) -                      \\  \\ -                       '~ '~ -          """ -          print(t1) -        ''; -      })        (buildSimpleReaktorPlugin "ping" {          pattern = "^!ping (?P<args>.*)$$";          script = pkgs.writeDash "ping" '' | 
