Subversion Repositories Kolibri OS

Rev

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

Rev 3233 Rev 3331
Line 44... Line 44...
44
        jmp     dword[edi]
44
        jmp     dword[edi]
Line 45... Line 45...
45
 
45
 
Line -... Line 46...
-
 
46
 
-
 
47
server_commands:
46
 
48
 
47
server_commands:
49
        dd      '322 ', cmd_322         ; RPL_LIST
48
 
50
        dd      '323 ', cmd_323         ; RPL_LISTEND
49
        dd      '328 ', cmd_328
51
        dd      '328 ', cmd_328
50
        dd      '332 ', cmd_topic
52
        dd      '332 ', cmd_topic
Line 868... Line 870...
868
        call    print_text2
870
        call    print_text2
Line 869... Line 871...
869
 
871
 
870
  .fail:
872
  .fail:
Line -... Line 873...
-
 
873
        ret
-
 
874
 
-
 
875
cmd_322:
-
 
876
        add     esi, 4
-
 
877
 
-
 
878
        call    skip_nick
-
 
879
 
-
 
880
        call    print_text2
-
 
881
 
-
 
882
        mov     esi, str_newline
-
 
883
        call    print_text2
-
 
884
 
-
 
885
        ret
-
 
886
 
-
 
887
cmd_323:
871
        ret
888