Changeset f7cc734 for irc_user.c
- Timestamp:
- 2018-07-31T04:41:25Z (6 years ago)
- Branches:
- master
- Children:
- 9767d03
- Parents:
- c82e4ca
- git-author:
- Philippe Daouadi <philippe@…> (15-03-17 17:06:52)
- git-committer:
- dequis <dx@…> (31-07-18 04:41:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_user.c
rc82e4ca rf7cc734 261 261 static gboolean self_privmsg(irc_user_t *iu, const char *msg) 262 262 { 263 irc_send_msg(iu, "PRIVMSG", iu->nick, msg, NULL );263 irc_send_msg(iu, "PRIVMSG", iu->nick, msg, NULL, 0); 264 264 265 265 return TRUE;
Note: See TracChangeset
for help on using the changeset viewer.