comparison plugins/PERL-HOWTO @ 2355:571971659533

[gaim-migrate @ 2368] gaim.pl works like it should now committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 24 Sep 2001 19:32:57 +0000
parents a49e8f1afbc4
children a83b4a5ffcd6
comparison
equal deleted inserted replaced
2354:e485dcbefb9a 2355:571971659533
43 2 - given a connection index, the protocol it uses (as an int) 43 2 - given a connection index, the protocol it uses (as an int)
44 3 - given a connection index, the screenname of the person 44 3 - given a connection index, the screenname of the person
45 4 - given a connection index, the index in the users list 45 4 - given a connection index, the index in the users list
46 5 - the list of names of users 46 5 - the list of names of users
47 6 - the list of protocols of the users 47 6 - the list of protocols of the users
48 7 - given a connection index, the name of the protocol (as a string)
48 49
49 GAIM::print(title, message) 50 GAIM::print(title, message)
50 This displays a nice little dialog window. 51 This displays a nice little dialog window.
51 52
52 53