Changeset 917a83e
- Timestamp:
- 2010-07-03T20:38:53Z (14 years ago)
- Branches:
- master
- Children:
- 0bd948e
- Parents:
- bc4b469
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_user.c
rbc4b469 r917a83e 243 243 static gboolean self_privmsg( irc_user_t *iu, const char *msg ) 244 244 { 245 irc_send_msg _raw( iu, "PRIVMSG", iu->nick, msg);245 irc_send_msg( iu, "PRIVMSG", iu->nick, msg, NULL ); 246 246 247 247 return TRUE;
Note: See TracChangeset
for help on using the changeset viewer.