summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/command.go1
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 {