| 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"); |