Move reinstate_user_modes() and update_user_mode() from funny.c to server.c and parse.c

Move these functions where they belong.
This commit is contained in:
Kevin Easton
2017-12-06 22:13:34 +11:00
parent c4ba093ca5
commit 305cfe2afb
6 changed files with 41 additions and 41 deletions

View File

@@ -581,7 +581,7 @@ static void got_initial_version_28(char *server, char *sversion, char *channel_m
reconnect_all_channels(from_server);
reset_display_target();
reinstate_user_modes();
reinstate_user_modes(from_server);
if (use_nat_address == 1)
userhostbase(get_server_nickname(from_server), get_nat_address, 1, "%s", get_server_nickname(from_server));
update_all_status(current_window, NULL, 0);