X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Fmisc.py;h=2bf4db3db417c767259ba0b6d2731a8a2f352b27;hp=930d4d7a72bc8ce18e001e78e6b4b61b04f80769;hb=b64bdabe02e5d30113df5052050cfb9b62683a74;hpb=6c86b6ed827994f838112260ba1fe162b6726ee4 diff --git a/mudpy/misc.py b/mudpy/misc.py index 930d4d7..2bf4db3 100644 --- a/mudpy/misc.py +++ b/mudpy/misc.py @@ -1,6 +1,6 @@ """Miscellaneous functions for the mudpy engine.""" -# Copyright (c) 2004-2018 mudpy authors. Permission to use, copy, +# Copyright (c) 2004-2019 mudpy authors. Permission to use, copy, # modify, and distribute this software is granted under terms # provided in the LICENSE file distributed with this software. @@ -722,7 +722,7 @@ class User: if not just_prompt: output += "$(eol)" if add_prompt: - output += "> " + output += self.account.get("prompt", ">") + " " mode = self.avatar.get("mode") if mode: output += "(" + mode + ") "