Remove the extra space from default SERVER_NOTICE format
Remove the extra space in the default /fset SERVER_NOTICE, and similarly the extra space in the HUMBLE /set SERVER_PROMPT. The code in the client always _intended_ to add a space between SERVER_PROMPT and SERVER_NOTICE_FSET but a bug in 75p3 and below meant it that it didn't. This bug was fixed in 1.0b but the formats were never updated. Also remove replace the embedded ANSI in the default SERVER_PROMPT with % color code.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
[Changes 1.2.2]
|
[Changes 1.2.2]
|
||||||
|
|
||||||
|
* Update default /fset SERVER_NOTICE value to remove extra space. (caf)
|
||||||
|
|
||||||
* Treat all NOTICEs before registration as local server notices. (caf)
|
* Treat all NOTICEs before registration as local server notices. (caf)
|
||||||
|
|
||||||
* Add /on NOTICE_GROUP and /fset NOTICE_GROUP analogous to MSG_GROUP. (caf)
|
* Add /on NOTICE_GROUP and /fset NOTICE_GROUP analogous to MSG_GROUP. (caf)
|
||||||
|
|||||||
@@ -893,7 +893,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define DEFAULT_SERVER_PROMPT "[0m[1;32m[$0]"
|
#define DEFAULT_SERVER_PROMPT "%G[$0]"
|
||||||
|
|
||||||
#define DEFAULT_FORMAT_WATCH_SIGNOFF_FSET "$G $0!$1@$2 has signed off"
|
#define DEFAULT_FORMAT_WATCH_SIGNOFF_FSET "$G $0!$1@$2 has signed off"
|
||||||
#define DEFAULT_FORMAT_WATCH_SIGNON_FSET "$G $0!$1@$2 has signed on $3"
|
#define DEFAULT_FORMAT_WATCH_SIGNON_FSET "$G $0!$1@$2 has signed on $3"
|
||||||
|
|||||||
Reference in New Issue
Block a user