Changeset fc630f9 for protocols/oscar
- Timestamp:
- 2006-05-23T08:31:04Z (19 years ago)
- Branches:
- master
- Children:
- 1c8a7a2, 601e813, 936ded6
- Parents:
- a9ca7dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
ra9ca7dd rfc630f9 385 385 if (g_strcasecmp(user->proto_opt[USEROPT_AUTH], "login.icq.com") != 0 && 386 386 g_strcasecmp(user->proto_opt[USEROPT_AUTH], "login.oscar.aol.com") != 0) { 387 serv_got_crap(gc, "Warning: Unknown OSCAR server: `%s'. Please review your configuration if the connection fails." );387 serv_got_crap(gc, "Warning: Unknown OSCAR server: `%s'. Please review your configuration if the connection fails.",user->proto_opt[USEROPT_AUTH]); 388 388 } 389 389
Note: See TracChangeset
for help on using the changeset viewer.