Subversion Repositories Kolibri OS

Rev

Rev 4143 | Rev 4710 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4143 Rev 4659
Line 13... Line 13...
13
; TODO: work correctly with user prefixes.
13
; TODO: work correctly with user prefixes.
14
; use first byte of nick for prefix ONLY (use a space for those that do not have special powers..)
14
; use first byte of nick for prefix ONLY (use a space for those that do not have special powers..)
Line 15... Line 15...
15
 
15
 
Line -... Line 16...
-
 
16
user_prefixes db '~&@%+ ', 0    ; in descending order
16
user_prefixes db '~&@%+ ', 0    ; in descending order
17
 
17
 
18
; TODO: update selected user if needed
18
; esi is ptr to nick
19
; esi is ptr to nick
19
; ebx is ptr to window
20
; ebx is ptr to window
Line 118... Line 119...
118
        ret
119
        ret
Line 119... Line -...
119
 
-
 
-
 
120
 
120
 
121
 
121
 
122
 
122
 
123
 
123
 
124
; TODO: update selected user if needed