diff options
| author | rebecca <ubq323@ubq323.website> | 2026-02-12 22:21:10 +0000 |
|---|---|---|
| committer | rebecca <ubq323@ubq323.website> | 2026-02-12 22:21:10 +0000 |
| commit | 23ff42c16d91a273feb4f82d46aae1839b8a8b36 (patch) | |
| tree | 3b93c390c6768b1e82bed1340062ddcd56f5f037 /client/command.go | |
| parent | b21ac16d8034685997b2e2a1cc92d7839b42509b (diff) | |
fixup! add me command and paraphenalia (wip)me
add missing return
Diffstat (limited to 'client/command.go')
| -rw-r--r-- | client/command.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/command.go b/client/command.go index 26abf73..5322a33 100644 --- a/client/command.go +++ b/client/command.go @@ -194,6 +194,7 @@ func (a *application) doCommand(command string, args []string, text string) { fields := map[string]string {"": text, "me": "yes"} win.(*channelWindow).SendFields(fields) } + return case "who": a.lookup(text, "u", func(u *proto.Object, fail *proto.Fail) { if fail != nil { |
