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;