comparison src/protocols/irc/irc.c @ 11153:8e600ee6ec61

[gaim-migrate @ 13235] sf patch #1243998, from Evan Schoenberg, also some changes by me Basically novell needed a prpl->normalize function that didn't remove spaces. But I didn't like having the default normalize code make the string lowercase and remove spaces, so I changed the default to basically do nothing. Anyhoo, if you think of yourself as the primary contact for one of the PRPLs, you may want to make sure your PRPL has a normalize function, if it needs one. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 24 Jul 2005 19:36:22 +0000
parents 8faabf4081ca
children bb0d7b719af2
comparison
equal deleted inserted replaced
11152:c25b3815d781 11153:8e600ee6ec61
796 NULL, /* alias_buddy */ 796 NULL, /* alias_buddy */
797 NULL, /* group_buddy */ 797 NULL, /* group_buddy */
798 NULL, /* rename_group */ 798 NULL, /* rename_group */
799 NULL, /* buddy_free */ 799 NULL, /* buddy_free */
800 NULL, /* convo_closed */ 800 NULL, /* convo_closed */
801 NULL, /* normalize */ 801 gaim_normalize_nocase, /* normalize */
802 NULL, /* set_buddy_icon */ 802 NULL, /* set_buddy_icon */
803 NULL, /* remove_group */ 803 NULL, /* remove_group */
804 NULL, /* get_cb_real_name */ 804 NULL, /* get_cb_real_name */
805 irc_chat_set_topic, /* set_chat_topic */ 805 irc_chat_set_topic, /* set_chat_topic */
806 NULL, /* find_blist_chat */ 806 NULL, /* find_blist_chat */