about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/command/cmd_ac.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/command/cmd_ac.c b/src/command/cmd_ac.c
index 50bc924e..80abcf36 100644
--- a/src/command/cmd_ac.c
+++ b/src/command/cmd_ac.c
@@ -1870,9 +1870,6 @@ _who_autocomplete(ProfWin* window, const char* const input, gboolean previous)
         }
 
         result = autocomplete_param_with_ac(input, "/who", who_roster_ac, TRUE, previous);
-        if (result) {
-            return result;
-        }
     }
 
     return result;