comparison libpurple/plugins/perl/scripts/account.pl @ 29650:0646207f360f

Remove a bunch of old references to prpl-oscar
author Mark Doliner <mark@kingant.net>
date Mon, 29 Mar 2010 23:35:35 +0000
parents 2f8274ce570a
children
comparison
equal deleted inserted replaced
29649:99c9595e14a2 29650:0646207f360f
25 # These names must already exist 25 # These names must already exist
26 my $USERNAME = "johnhkelm2"; 26 my $USERNAME = "johnhkelm2";
27 27
28 # We will create these on load then destroy them on unload 28 # We will create these on load then destroy them on unload
29 my $TEST_NAME = "perlTestName"; 29 my $TEST_NAME = "perlTestName";
30 my $PROTOCOL_ID = "prpl-oscar"; 30 my $PROTOCOL_ID = "prpl-aim";
31 31
32 32
33 sub plugin_init { 33 sub plugin_init {
34 return %PLUGIN_INFO; 34 return %PLUGIN_INFO;
35 } 35 }