mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-20 18:57:41 +03: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 {
|
||||
return m.body
|
||||
}
|
||||
|
||||
func (m CommandMsg) RenderSelf(cfg UserConfig) string {
|
||||
return m.body
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user