| 2247 Hidden, will set the user's exposure to OPSTAFF |
2247 Hidden, will set the user's exposure to OPSTAFF |
| 2248 |
2248 |
| 2249 Away won't change their exposure but will set an auto away message (for IMs only) |
2249 Away won't change their exposure but will set an auto away message (for IMs only) |
| 2250 */ |
2250 */ |
| 2251 |
2251 |
| 2252 type = gaim_status_type_new(GAIM_STATUS_ONLINE, "online", _("Online"), FALSE); |
2252 type = gaim_status_type_new(GAIM_STATUS_AVAILABLE, "online", _("Online"), FALSE); |
| 2253 types = g_list_append(types,type); |
2253 types = g_list_append(types,type); |
| 2254 |
2254 |
| 2255 type = gaim_status_type_new(GAIM_STATUS_HIDDEN, "hidden", _("Hidden"), FALSE); |
2255 type = gaim_status_type_new(GAIM_STATUS_HIDDEN, "hidden", _("Hidden"), FALSE); |
| 2256 types = g_list_append(types,type); |
2256 types = g_list_append(types,type); |
| 2257 |
2257 |