diff options
Diffstat (limited to 'lass/2configs/reaktor-coders.nix')
| -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" '' | 
