| 250 return g_object_new( |
250 return g_object_new( |
| 251 PURPLE_IRCV3_TYPE_PROTOCOL, |
251 PURPLE_IRCV3_TYPE_PROTOCOL, |
| 252 "id", "prpl-ircv3", |
252 "id", "prpl-ircv3", |
| 253 "name", "IRCv3", |
253 "name", "IRCv3", |
| 254 "description", _("Version 3 of Internet Relay Chat (IRC)."), |
254 "description", _("Version 3 of Internet Relay Chat (IRC)."), |
| 255 "icon-name", "im-ircv3", |
255 "icon-name", PURPLE_IRCV3_ICON_NAME, |
| 256 "icon-resource-path", "/im/pidgin/libpurple/ircv3/icons", |
256 "icon-resource-path", "/im/pidgin/libpurple/ircv3/icons", |
| 257 "options", OPT_PROTO_CHAT_TOPIC | OPT_PROTO_PASSWORD_OPTIONAL | |
257 "options", OPT_PROTO_CHAT_TOPIC | OPT_PROTO_PASSWORD_OPTIONAL | |
| 258 OPT_PROTO_SLASH_COMMANDS_NATIVE, |
258 OPT_PROTO_SLASH_COMMANDS_NATIVE, |
| 259 NULL); |
259 NULL); |
| 260 } |
260 } |