src/protocols/irc/irc.c

changeset 7156
127436d3f11a
parent 7148
2a418f2e841d
child 7323
ed430996905d
equal deleted inserted replaced
7155:8ce800977807 7156:127436d3f11a
128 return g_list_append(NULL, (gpointer)GAIM_AWAY_CUSTOM); 128 return g_list_append(NULL, (gpointer)GAIM_AWAY_CUSTOM);
129 } 129 }
130 130
131 static GList *irc_actions(GaimConnection *gc) 131 static GList *irc_actions(GaimConnection *gc)
132 { 132 {
133 struct irc_conn *irc = gc->proto_data;
134 struct proto_actions_menu *pam; 133 struct proto_actions_menu *pam;
135 GList *list = NULL; 134 GList *list = NULL;
136 135
137 pam = g_new0(struct proto_actions_menu, 1); 136 pam = g_new0(struct proto_actions_menu, 1);
138 pam->label = _("View MOTD"); 137 pam->label = _("View MOTD");

mercurial