src/protocols/silc/ops.c

changeset 9024
ae04c67ba5db
parent 8910
69e01c130dca
child 9039
2fb80b14dd95
equal deleted inserted replaced
9023:b1ffe3e93cb4 9024:ae04c67ba5db
735 default: 735 default:
736 break; 736 break;
737 } 737 }
738 } 738 }
739 739
740 740 #if 0
741 static void 741 static void
742 silcgaim_whois_more(SilcClientEntry client_entry, gint id) 742 silcgaim_whois_more(SilcClientEntry client_entry, gint id)
743 { 743 {
744 SilcAttributePayload attr; 744 SilcAttributePayload attr;
745 SilcAttribute attribute; 745 SilcAttribute attribute;
821 buf = g_string_free(s, FALSE); 821 buf = g_string_free(s, FALSE);
822 gaim_notify_info(NULL, _("User Information"), _("User Information"), 822 gaim_notify_info(NULL, _("User Information"), _("User Information"),
823 buf); 823 buf);
824 g_free(buf); 824 g_free(buf);
825 } 825 }
826 #endif
826 827
827 /* Command reply handler. This function is called always in the command reply 828 /* Command reply handler. This function is called always in the command reply
828 function. If error occurs it will be called as well. Normal scenario 829 function. If error occurs it will be called as well. Normal scenario
829 is that it will be called after the received command data has been parsed 830 is that it will be called after the received command data has been parsed
830 and processed. The function is used to pass the received command data to 831 and processed. The function is used to pass the received command data to

mercurial