Changeset f7cc734 for irc_channel.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_channel.c
rc82e4ca rf7cc734 500 500 va_end(params); 501 501 502 irc_send_msg(ic->irc->root, "PRIVMSG", ic->name, text, NULL );502 irc_send_msg(ic->irc->root, "PRIVMSG", ic->name, text, NULL, 0); 503 503 g_free(text); 504 504 }
Note: See TracChangeset
for help on using the changeset viewer.