Mercurial > pidgin
comparison libpurple/protocols/irc/irc.c @ 23159:25161f5ea347
propagate from branch 'im.pidgin.pidgin' (head 4f00ea617df3c000b6eb237b4139b89e5d8170a3)
to branch 'im.pidgin.pidgin.next.minor' (head c2457daceab155be8fb8b11753c4e767c2c1a83c)
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Wed, 21 May 2008 02:09:00 +0000 |
parents | f1dfc0d70d19 caa533b62902 |
children | 399975ad001c ff29208e03ef |
comparison
equal
deleted
inserted
replaced
23081:69796bbe7a6d | 23159:25161f5ea347 |
---|---|
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 |