Changeset f7cc734 for irc_channel.c


Ignore:
Timestamp:
2018-07-31T04:41:25Z (6 years ago)
Author:
dequis <dx@…>
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)
Message:

irc: implement server-time capability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_channel.c

    rc82e4ca rf7cc734  
    500500        va_end(params);
    501501
    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);
    503503        g_free(text);
    504504}
Note: See TracChangeset for help on using the changeset viewer.