Rework update_user_mode()

This commit is contained in:
Kevin Easton
2017-12-04 17:43:47 +11:00
parent 7642e741b9
commit c4ba093ca5
3 changed files with 23 additions and 29 deletions

View File

@@ -1536,7 +1536,7 @@ static void p_mode(char *from, char **ArgList)
put_it("%s", convert_output_format(fget_string_var(fset), "%s %s %s %s %s", update_clock(GET_TIME), from, display_uh, target, line));
}
if (!my_stricmp(target, get_server_nickname(from_server)))
update_user_mode(line);
update_user_mode(from_server, line);
logmsg(LOG_MODE_USER, from, 0, "%s %s", target, line);
}
update_all_status(current_window, NULL, 0);