Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4980 → Rev 4981

/programs/network/ircc/userparser.inc
283,7 → 283,7
cmd_usr_nick:
 
cmp [edit1.size], 5
je .dontsend
je .justprint
cmp byte[usercommand+5], ' '
jne .fail
cmp [socketnum], 0
297,7 → 297,6
mcall send, [socketnum], usercommand+1, , 0
 
.fail:
 
ret
 
; We arent logged in yet, directly change user_nick field and print notification to user.
316,6 → 315,7
xor al, al
stosb
 
.justprint:
mov esi, str_nickchange
call print_asciiz