- Timestamp:
- 2010-04-13T00:04:55Z (13 years ago)
- Branches:
- master
- Children:
- 3a9b123
- Parents:
- 89c11e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc.h
r89c11e7 r7b59872 201 201 void irc_send_msg( irc_user_t *iu, const char *type, const char *dst, const char *msg, const char *prefix ); 202 202 void irc_send_msg_raw( irc_user_t *iu, const char *type, const char *dst, const char *msg ); 203 void irc_send_msg_f( irc_user_t *iu, const char *type, const char *dst, const char *format, ... ) G_GNUC_PRINTF( 4, 5 ); 203 204 void irc_send_nick( irc_user_t *iu, const char *new ); 204 205
Note: See TracChangeset
for help on using the changeset viewer.