add note on thing to fix

master
Nicolò Balzarotti 2018-09-18 08:51:09 +02:00
parent 049f402c6a
commit 0f23914c57
1 changed files with 1 additions and 0 deletions

View File

@ -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