forked from KolibriOS/kolibrios
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:
parent
8234827037
commit
8d3369acb0
@ -683,6 +683,19 @@ cmd_nick:
|
|||||||
@@:
|
@@:
|
||||||
xor al, al
|
xor al, al
|
||||||
stosb
|
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:
|
.not_me:
|
||||||
|
|
||||||
; Update in userlist
|
; Update in userlist
|
||||||
|
Loading…
Reference in New Issue
Block a user