| 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 } |