mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-19 10:17:41 +03:00
Merge c8f7062c9b681ea242d509959277c234693d5578 into 2dc875817decc3aefb35935c331c11f22b1ecd5e
This commit is contained in:
commit
5755f4a204
@ -278,3 +278,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