Change the whatscl description to "whatsxmpp (lisp type)"
This is both more informative than "whatscl on ...", and doesn't run the risk of having an overly long description (by excluding the lisp version), which can result in disconnections.
This commit is contained in:
parent
3dc02db24a
commit
d45cb53e61
|
@ -1538,6 +1538,9 @@ Returns three values: avatar data (as two values), and a generalized boolean spe
|
|||
(bt:with-lock-held (lock)
|
||||
(bt:condition-wait condvar lock))))))
|
||||
|
||||
(setf whatscl::*default-long-desc*
|
||||
(concatenate 'string "whatsxmpp (" (lisp-implementation-type) ")"))
|
||||
|
||||
#+use-swank
|
||||
(uiop:register-image-dump-hook
|
||||
(lambda ()
|
||||
|
|
Loading…
Reference in a new issue