aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--storage_text.c2
1 files changed, 2 insertions, 0 deletions
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");