mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-09-10 20:57:28 -04:00
Command shouldn't look like chat message
This commit is contained in:
parent
d8e68d57bc
commit
c8f7062c9b
@ -268,3 +268,7 @@ func (m CommandMsg) Args() []string {
|
|||||||
func (m CommandMsg) Body() string {
|
func (m CommandMsg) Body() string {
|
||||||
return m.body
|
return m.body
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (m CommandMsg) RenderSelf(cfg UserConfig) string {
|
||||||
|
return m.body
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user