From ed7f662431a8e29a4ed27805c174ee72b4a7346a Mon Sep 17 00:00:00 2001 From: citrons Date: Mon, 9 Jun 2025 15:20:34 -0500 Subject: fix message send in history view --- client/channel_window.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'client/channel_window.go') diff --git a/client/channel_window.go b/client/channel_window.go index 3dc208d..3aed4c0 100644 --- a/client/channel_window.go +++ b/client/channel_window.go @@ -119,10 +119,6 @@ func (cw *channelWindow) Send(text string) { } cb := func(response proto.Command) { switch response.Kind { - case "p": - if len(response.Args) > 0 { - cw.put(response.Args[0]) - } case "fail": if len(response.Args) > 0 { globalApp.cmdWindow.fail(response.Args[0]) -- cgit v1.2.3