libpurple/plugins/perl/scripts/conversation.pl

branch
soc.2013.gobjectification.plugins
changeset 36798
21af2b190cfa
parent 29935
d28b5dcc7554
equal deleted inserted replaced
36797:997a3fb7f1c0 36798:21af2b190cfa
28 28
29 # We will create these on load then destroy them on unload 29 # We will create these on load then destroy them on unload
30 my $TEST_GROUP = "UConn Buddies"; 30 my $TEST_GROUP = "UConn Buddies";
31 my $TEST_NAME = "johnhkelm"; 31 my $TEST_NAME = "johnhkelm";
32 my $TEST_ALIAS = "John Kelm"; 32 my $TEST_ALIAS = "John Kelm";
33 my $PROTOCOL_ID = "prpl-aim"; 33 my $PROTOCOL_ID = "aim";
34 34
35 35
36 sub plugin_init { 36 sub plugin_init {
37 return %PLUGIN_INFO; 37 return %PLUGIN_INFO;
38 } 38 }

mercurial