Changeset de3e100 for irc_commands.c


Ignore:
Timestamp:
2006-01-14T20:31:59Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0431ea1
Parents:
b23c5c7
Message:

Separated the IRC line splitting/parsing code (to use it for IPC too), and improved the splitting to deal with empty arguments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_commands.c

    rb23c5c7 rde3e100  
    3232        {
    3333                irc->status = USTATUS_AUTHORIZED;
    34                 irc_check_login();
     34                irc_check_login( irc );
    3535        }
    3636        else
Note: See TracChangeset for help on using the changeset viewer.