Changeset 15832cc


Ignore:
Timestamp:
2005-12-16T09:45:34Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
c4168f4
Parents:
bf02a67
Message:

Added the ICQ and AIM protocol numbers to find_protocol_by_id in storage_text.c, because those numbers are used by old versions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • storage_text.c

    rbf02a67 r15832cc  
    3434{
    3535        switch (id) {
     36        case 0: return find_protocol("oscar");
    3637        case 1: return find_protocol("oscar");
     38        case 3: return find_protocol("oscar");
    3739        case 4: return find_protocol("msn");
    3840        case 2: return find_protocol("yahoo");
Note: See TracChangeset for help on using the changeset viewer.