Changeset f7cc734 for irc_user.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_user.c

    rc82e4ca rf7cc734  
    261261static gboolean self_privmsg(irc_user_t *iu, const char *msg)
    262262{
    263         irc_send_msg(iu, "PRIVMSG", iu->nick, msg, NULL);
     263        irc_send_msg(iu, "PRIVMSG", iu->nick, msg, NULL, 0);
    264264
    265265        return TRUE;
Note: See TracChangeset for help on using the changeset viewer.