IRCC: print a message on the server window when nickname changed.

git-svn-id: svn://kolibrios.org@4982 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2014-06-17 21:53:44 +00:00
parent 8234827037
commit 8d3369acb0

View File

@ -683,6 +683,19 @@ cmd_nick:
@@:
xor al, al
stosb
; Print a message on the server window
mov [window_print], windows
mov esi, str_nickchange
call print_asciiz
mov esi, user_nick
call print_asciiz
mov al, 10
call print_char
.not_me:
; Update in userlist