mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
server-time supported in most named messages.
This commit is contained in:
@@ -2825,7 +2825,11 @@ cmd_nick (struct session *sess, char *tbuf, char *word[], char *word_eol[])
|
||||
if (sess->server->connected)
|
||||
sess->server->p_change_nick (sess->server, nick);
|
||||
else
|
||||
inbound_newnick (sess->server, sess->server->nick, nick, TRUE);
|
||||
{
|
||||
message_tags_data no_tags = MESSAGE_TAGS_DATA_INIT;
|
||||
inbound_newnick (sess->server, sess->server->nick, nick, TRUE,
|
||||
&no_tags);
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user