Changeset 7b59872 for irc.h


Ignore:
Timestamp:
2010-04-13T00:04:55Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3a9b123
Parents:
89c11e7
Message:

Support for simple VERSION/PING CTCPs to root.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r89c11e7 r7b59872  
    201201void irc_send_msg( irc_user_t *iu, const char *type, const char *dst, const char *msg, const char *prefix );
    202202void irc_send_msg_raw( irc_user_t *iu, const char *type, const char *dst, const char *msg );
     203void irc_send_msg_f( irc_user_t *iu, const char *type, const char *dst, const char *format, ... ) G_GNUC_PRINTF( 4, 5 );
    203204void irc_send_nick( irc_user_t *iu, const char *new );
    204205
Note: See TracChangeset for help on using the changeset viewer.