Changeset 0431ea1 for irc.h


Ignore:
Timestamp:
2006-01-15T01:49:49Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e0ca412
Parents:
9d6b229 (diff), de3e100 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Imported irc_command branch and used this addition for parsing IPC commands. (Implemented WALLOP and a very evil DIE.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r9d6b229 r0431ea1  
    3333#define IRC_PING_STRING "PinglBee"
    3434
    35 #define UMODES "ias"
     35#define UMODES "iasw"
    3636#define UMODES_PRIV "Ro"
    3737#define CMODES "nt"
     
    108108int irc_exec( irc_t *irc, char **cmd );
    109109int irc_process( irc_t *irc );
    110 int irc_process_line( irc_t *irc, char *line );
     110char **irc_parse_line( char *line );
    111111
    112112void irc_vawrite( irc_t *irc, char *format, va_list params );
     
    118118
    119119void irc_login( irc_t *irc );
     120int irc_check_login( irc_t *irc );
    120121void irc_motd( irc_t *irc );
    121122void irc_names( irc_t *irc, char *channel );
Note: See TracChangeset for help on using the changeset viewer.