From 15832cc6c8475ae454a72a2a12f231fef852e886 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Fri, 16 Dec 2005 10:45:34 +0100 Subject: Added the ICQ and AIM protocol numbers to find_protocol_by_id in storage_text.c, because those numbers are used by old versions. --- storage_text.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/storage_text.c b/storage_text.c index ed32b73f..95a107be 100644 --- a/storage_text.c +++ b/storage_text.c @@ -33,7 +33,9 @@ static struct prpl *find_protocol_by_id(int id) { switch (id) { + case 0: return find_protocol("oscar"); case 1: return find_protocol("oscar"); + case 3: return find_protocol("oscar"); case 4: return find_protocol("msn"); case 2: return find_protocol("yahoo"); case 8: return find_protocol("jabber"); -- cgit v1.2.3