libpurple/protocols/irc/irc.c

branch
next.minor
changeset 23302
cbe5a85c6c32
parent 23118
7ba846a8187f
parent 23295
5d3a2fd59439
child 23707
480f94157418
child 23850
b68e174fffc2
equal deleted inserted replaced
23248:30d72058bc49 23302:cbe5a85c6c32
735 args[0] = convo->name; 735 args[0] = convo->name;
736 args[1] = tmp; 736 args[1] = tmp;
737 737
738 irc_cmd_privmsg(irc, "msg", NULL, args); 738 irc_cmd_privmsg(irc, "msg", NULL, args);
739 739
740 serv_got_chat_in(gc, id, purple_connection_get_display_name(gc), 0, what, time(NULL)); 740 serv_got_chat_in(gc, id, purple_connection_get_display_name(gc), flags, what, time(NULL));
741 g_free(tmp); 741 g_free(tmp);
742 return 0; 742 return 0;
743 } 743 }
744 744
745 static guint irc_nick_hash(const char *nick) 745 static guint irc_nick_hash(const char *nick)
907 907
908 /* padding */ 908 /* padding */
909 NULL, 909 NULL,
910 NULL, 910 NULL,
911 NULL, 911 NULL,
912 sizeof(PurplePluginProtocolInfo), /* struct_size */
912 NULL 913 NULL
913 }; 914 };
914 915
915 static gboolean load_plugin (PurplePlugin *plugin) { 916 static gboolean load_plugin (PurplePlugin *plugin) {
916 917

mercurial