diff options
Diffstat (limited to '')
-rw-r--r-- | src/c_exec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_exec.go b/src/c_exec.go index 5c13f72..129ff89 100644 --- a/src/c_exec.go +++ b/src/c_exec.go @@ -144,7 +144,7 @@ func c_format_cmd(host *HostNode, term string) { case 1: cmd_fmt = c_format_rdp(host) default: - c_die("type not found", nil) + c_die("you fucked up joe, users cant see this", nil) } if len(term) > 0 { // TODO: setsid |