mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-20 18:57:41 +03:00
Merge 8d93c0abbc99c795869652a038b73cec73d97c2a into 25689a88ed28c5e2a455b41720a9d46669681892
This commit is contained in:
commit
5b2bf53697
@ -176,7 +176,7 @@ func (m PrivateMsg) To() *User {
|
||||
}
|
||||
|
||||
func (m PrivateMsg) Render(t *Theme) string {
|
||||
s := fmt.Sprintf("[PM from %s] %s", m.from.Name(), m.body)
|
||||
s := fmt.Sprintf(Bel + "[PM from %s] %s", m.from.Name(), m.body)
|
||||
if t == nil {
|
||||
return s
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user