diff --git a/src/repl.jl b/src/repl.jl index 8d07e5f..99c9f60 100644 --- a/src/repl.jl +++ b/src/repl.jl @@ -681,6 +681,7 @@ prev_prefix = "" function promptf() global user + # FIXME: If chatthing with peer, use the peer's name, else nothing return string(user.userid, "> ") end