comparison src/protocols/irc/irc.c @ 9943:f8e395a054e2

[gaim-migrate @ 10835] this all seemed to work last night...hopefully no stray cosmic rays did anything to break it since then committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 03 Sep 2004 21:21:25 +0000
parents e74eb0d11f86
children e4a27c9aec4c
comparison
equal deleted inserted replaced
9942:3941c39ccff5 9943:f8e395a054e2
31 #include "debug.h" 31 #include "debug.h"
32 #include "notify.h" 32 #include "notify.h"
33 #include "prpl.h" 33 #include "prpl.h"
34 #include "plugin.h" 34 #include "plugin.h"
35 #include "util.h" 35 #include "util.h"
36 #include "version.h"
36 37
37 #include "irc.h" 38 #include "irc.h"
38 39
39 static void irc_buddy_append(char *name, struct irc_buddy *ib, GString *string); 40 static void irc_buddy_append(char *name, struct irc_buddy *ib, GString *string);
40 41
581 } 582 }
582 } 583 }
583 584
584 static GaimPluginProtocolInfo prpl_info = 585 static GaimPluginProtocolInfo prpl_info =
585 { 586 {
586 GAIM_PRPL_API_VERSION,
587 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_PASSWORD_OPTIONAL, 587 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_PASSWORD_OPTIONAL,
588 NULL, /* user_splits */ 588 NULL, /* user_splits */
589 NULL, /* protocol_options */ 589 NULL, /* protocol_options */
590 NO_BUDDY_ICONS, /* icon_spec */ 590 NO_BUDDY_ICONS, /* icon_spec */
591 irc_blist_icon, /* list_icon */ 591 irc_blist_icon, /* list_icon */
645 }; 645 };
646 646
647 647
648 static GaimPluginInfo info = 648 static GaimPluginInfo info =
649 { 649 {
650 GAIM_PLUGIN_API_VERSION, /**< api_version */ 650 GAIM_PLUGIN_MAGIC,
651 GAIM_MAJOR_VERSION,
652 GAIM_MINOR_VERSION,
651 GAIM_PLUGIN_PROTOCOL, /**< type */ 653 GAIM_PLUGIN_PROTOCOL, /**< type */
652 NULL, /**< ui_requirement */ 654 NULL, /**< ui_requirement */
653 0, /**< flags */ 655 0, /**< flags */
654 NULL, /**< dependencies */ 656 NULL, /**< dependencies */
655 GAIM_PRIORITY_DEFAULT, /**< priority */ 657 GAIM_PRIORITY_DEFAULT, /**< priority */