Changeset 975708a for protocols/oscar/oscar.c
- Timestamp:
- 2010-09-05T12:08:12Z (14 years ago)
- Branches:
- master
- Children:
- 2c6b0f4
- Parents:
- 4e1be76 (diff), ed320e8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
r4e1be76 r975708a 517 517 /* Incorrect nick/password */ 518 518 imcb_error(ic, _("Incorrect nickname or password.")); 519 { 520 int max = od->icq ? 8 : 16; 521 if (strlen(ic->acc->pass) > max) 522 imcb_log(ic, "Note that the maximum password " 523 "length supported by this protocol is " 524 "%d characters, try logging in using " 525 "a shorter password.", max); 526 } 519 527 // plugin_event(event_error, (void *)980, 0, 0, 0); 520 528 break;
Note: See TracChangeset
for help on using the changeset viewer.