| 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) |